Skip to content

Commit 5e7b556

Browse files
feat(types.go): (gdgtoledo#7) Add plants types file
1 parent fcc51b2 commit 5e7b556

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

plants/types.go

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package plants
2+
3+
// Plant Structure
4+
type Plant struct {
5+
id string
6+
name string
7+
species string
8+
genere string
9+
geo string
10+
}

0 commit comments

Comments
 (0)