We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc51b2 commit 5e7b556Copy full SHA for 5e7b556
plants/types.go
@@ -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