Skip to content

Commit

Permalink
renames
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Apr 18, 2017
1 parent 1d4bba6 commit af17899
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vendor
dist
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build:
main: ./cmd/main/main.go
main: ./cmd/github-vacations/main.go
goarch:
- amd64
brew:
Expand Down

0 comments on commit af17899

Please sign in to comment.