Skip to content

Commit

Permalink
new: person struct
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
  • Loading branch information
leodido committed Dec 14, 2020
1 parent ad8db4b commit 151b387
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions person.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main

// Person collects the info about a person.
type Person struct {
Name string
Company string
}

0 comments on commit 151b387

Please sign in to comment.