Skip to content

Commit 02a8fce

Browse files
author
yusukato
committed
add status badge
1 parent 7509c5f commit 02a8fce

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# glg
1+
# glg [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![release](http://github-release-version.herokuapp.com/github/kpango/glg/release.svg?style=flat)](https://github.com/kpango/glg/releases/latest) [![CircleCI](https://circleci.com/gh/kpango/glg.svg?style=shield)](https://circleci.com/gh/kpango/glg) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/a6e544eee7bc49e08a000bb10ba3deed)](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) [![Go Report Card](https://goreportcard.com/badge/github.com/kpango/glg)](https://goreportcard.com/report/github.com/kpango/glg) [![GoDoc](http://godoc.org/github.com/kpango/glg?status.svg)](http://godoc.org/github.com/kpango/glg) [![Join the chat at https://gitter.im/kpango/glg](https://badges.gitter.im/kpango/glg.svg)](https://gitter.im/kpango/glg?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2+
23
glg is simple golang logging library
34

45
## Requirement

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ deployment:
3434
commands:
3535
- go get github.com/mitchellh/gox
3636
- 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}}"
3838
- ghr -t ${GITHUB_TOKEN} -u ${USERNAME} -r ${CIRCLE_PROJECT_REPONAME} --replace $(cat release_tag) dist/

0 commit comments

Comments
 (0)