Skip to content

deuxksy/template-go-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Templat Go

Go Report Card Go Application 을 만들기 위한 기본 template

Tree

.
├── README.md
├── assets
├── build
│   └── ci
│       └── build.jenkinsfiles
├── cmd
│   └── template
│       └── main.go
├── configs
│   ├── dev.yml
│   └── local.yml
├── go.mod
├── go.sum
├── internal
│   ├── configuration
│   │   └── config_model.go
│   └── logger
│       └── logger.go
├── logs
│   └── 220707
│       ├── error.log
│       └── out.log
├── pkg
└── test

required module

  • zap
  • viper

build

windows

# GOOS=windows GOARCH=amd64 go build main.go

linux

# GOOS=linux GOARCH=386 go build main.go

mac

# GOOS=darwin GOARCH=arm64 go build main.go

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages