package api import "git.cmdq.io/meirjann/DataLogue-Backend/log" var logger = log.New("api") func Serve() { logger.Println("starting server...") }