* Basics realized

This commit is contained in:
2022-05-19 00:40:34 +03:00
parent cb58f3e87d
commit 169e20b573
6 changed files with 81 additions and 1849 deletions
+6
View File
@@ -0,0 +1,6 @@
package types
type Post struct {
Name string `json:"name"`
Content string `json:"content"`
}