mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-04-27 12:32:26 +02:00
removed :
This commit is contained in:
parent
0ac8fb3c27
commit
0086fc54d1
2
main.go
2
main.go
@ -28,7 +28,7 @@ var (
|
|||||||
func main() {
|
func main() {
|
||||||
var app = cli.NewApp()
|
var app = cli.NewApp()
|
||||||
app.Name = "goreleaser"
|
app.Name = "goreleaser"
|
||||||
app.Version = version + ", commit: " + commit + ", built at " + date
|
app.Version = version + ", commit " + commit + ", built at " + date
|
||||||
app.Usage = "Deliver Go binaries as fast and easily as possible"
|
app.Usage = "Deliver Go binaries as fast and easily as possible"
|
||||||
app.Flags = []cli.Flag{
|
app.Flags = []cli.Flag{
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user