mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
clean
This commit is contained in:
parent
4af2cb00ea
commit
0ac8fb3c27
7
main.go
7
main.go
@ -3,7 +3,6 @@ package main
|
||||
import (
|
||||
"log"
|
||||
"os"
|
||||
"time"
|
||||
|
||||
"github.com/goreleaser/goreleaser/config"
|
||||
"github.com/goreleaser/goreleaser/context"
|
||||
@ -21,9 +20,9 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
version = "master"
|
||||
commit = "master"
|
||||
date = time.Now().Format("2006-01-02_15:04:05")
|
||||
version = "dev"
|
||||
commit = "none"
|
||||
date = "unknown"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user