chore: add rdbms store

This commit is contained in:
deepzz0
2021-04-30 11:01:03 +08:00
parent 605787958d
commit 7bec238f9c
8 changed files with 354 additions and 103 deletions

View File

@@ -17,7 +17,7 @@ import (
)
func main() {
fmt.Println("Hi, it's App Demo")
fmt.Println("Hi, it's App " + config.Conf.EiBlogApp.Name)
endRun := make(chan bool, 1)