File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- # glg
1
+ # glg [](https://opensource.org/licenses/MIT) [](https://github.com/kpango/glg/releases/latest) [](https://circleci.com/gh/kpango/glg) [](https://www.codacy.com/app/i.can.feel.gravity/glg?utm_source=github.com&utm_medium=referral&utm_content=kpango/glg&utm_campaign=Badge_Grade) [](https://goreportcard.com/report/github.com/kpango/glg) [](http://godoc.org/github.com/kpango/glg) [](https://gitter.im/kpango/glg?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2
+
2
3
glg is simple golang logging library
3
4
4
5
## Requirement
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ deployment:
34
34
commands :
35
35
- go get github.com/mitchellh/gox
36
36
- go get github.com/tcnksm/ghr
37
- - gox -osarch "linux/amd64 linux/arm darwin/amd64 windows/amd64" -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}"
37
+ - gox -ldflags "-s -w" -osarch "linux/amd64 linux/arm darwin/amd64 windows/amd64" -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}"
38
38
- ghr -t ${GITHUB_TOKEN} -u ${USERNAME} -r ${CIRCLE_PROJECT_REPONAME} --replace $(cat release_tag) dist/
You can’t perform that action at this time.
0 commit comments