Init simple Go React blog with Goxygen
This commit is contained in:
parent
634a24fe19
commit
1ada5abed1
31 changed files with 873 additions and 0 deletions
6
simple-blog/server/model/technology.go
Normal file
6
simple-blog/server/model/technology.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package model
|
||||
|
||||
type Technology struct {
|
||||
Name string `json:"name"`
|
||||
Details string `json:"details"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue