mirror of
https://github.com/JustKato/FreePad.git
synced 2026-08-20 18:15:40 +03:00
* Basics realized
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package types
|
||||
|
||||
type Post struct {
|
||||
Name string `json:"name"`
|
||||
Content string `json:"content"`
|
||||
}
|
||||
Reference in New Issue
Block a user