first commit
This commit is contained in:
17
cmd/main.go
Normal file
17
cmd/main.go
Normal file
@@ -0,0 +1,17 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"github.com/kjannette/go-server/internal/config"
|
||||
"github.com/kjannette/go-server/internal/infrastructure/os"
|
||||
"go.uber.org/zap"
|
||||
)
|
||||
|
||||
var (
|
||||
appName = ""
|
||||
appVarsion = ""
|
||||
)
|
||||
|
||||
func main() {
|
||||
defer func() {_ = zap.L().Sync() }()
|
||||
}
|
||||
Reference in New Issue
Block a user