Skip to content

Commit

Permalink
moving stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Apr 18, 2017
1 parent dd8bb6e commit 4c83254
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 33 deletions.
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 am-i-working ./cmd/main.go
go build -o am-i-working ./cmd/am-i-working/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.
31 changes: 0 additions & 31 deletions cmd/main.go

This file was deleted.

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.go
main: ./cmd/amiworking/main.go
goarch:
- amd64
brew:
Expand Down

0 comments on commit 4c83254

Please sign in to comment.