diff --git a/.gitignore b/.gitignore index 22d0d82..691cb6b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ vendor +dist diff --git a/Makefile b/Makefile index e135da1..97244c3 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ lint: ## Run all the linters ci: lint test ## Run all the tests and code checks build: ## Build a beta version - go build -o github-vacations ./cmd/main/main.go + go build -o github-vacations ./cmd/github-vacations/main.go # Absolutely awesome: http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html help: diff --git a/cmd/main/main.go b/cmd/github-vacations/main.go similarity index 100% rename from cmd/main/main.go rename to cmd/github-vacations/main.go diff --git a/main.go b/github-vacations.go similarity index 100% rename from main.go rename to github-vacations.go diff --git a/goreleaser.yml b/goreleaser.yml index 5714fb2..d590282 100644 --- a/goreleaser.yml +++ b/goreleaser.yml @@ -1,5 +1,5 @@ build: - main: ./cmd/main/main.go + main: ./cmd/github-vacations/main.go goarch: - amd64 brew: