renamed project from _ to -
This commit is contained in:
parent
f82b4c900b
commit
7be4cf928f
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
*.swp
|
||||
github_to_gogs
|
||||
github_to_gogs.ini
|
||||
github-to-gogs
|
||||
github-to-gogs.ini
|
||||
|
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
VERSION := $(shell cat ./VERSION)
|
||||
|
||||
build:
|
||||
go build -ldflags="-s -w" github_to_gogs.go
|
||||
go build -ldflags="-s -w"
|
||||
|
||||
release:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user