structured a bit more

This commit is contained in:
2023-12-04 15:09:54 +01:00
parent fe92837134
commit abdba6f958
5 changed files with 28 additions and 5 deletions

View File

@@ -1,5 +1,9 @@
package api
func serve() {
import "git.cmdq.io/meirjann/DataLogue-Backend/log"
var logger = log.New("api")
func Serve() {
logger.Println("starting server...")
}