mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 19:53:21 +02:00
clean: first clean archi sandbox implementation
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"GohCMS2/api"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func main() {
|
||||
api.InitContainer()
|
||||
|
||||
fmt.Println(api.CreateArticle("Title", "Content"))
|
||||
fmt.Println(api.GetArticle(1))
|
||||
}
|
||||
Reference in New Issue
Block a user