1
0
mirror of https://github.com/JustKato/FreePad.git synced 2026-02-24 00:00:46 +02:00

* 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
lib/types/types_post.go Normal file
View File

@@ -0,0 +1,6 @@
package types
type Post struct {
Name string `json:"name"`
Content string `json:"content"`
}