Skip to content

Commit

Permalink
Relocate main function
Browse files Browse the repository at this point in the history
  • Loading branch information
ltpquang committed Aug 29, 2020
1 parent f830d10 commit d249ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ builds:
- CGO_ENABLED=1
- CC=o64-clang
- CXX=o64-clang++
main: ./cmd/main.go
main: ./main.go
goos:
- darwin
goarch:
Expand All @@ -17,7 +17,7 @@ builds:
binary: tokeny
env:
- CGO_ENABLED=1
main: ./cmd/main.go
main: ./main.go
goos:
- linux
goarch:
Expand Down
File renamed without changes.

0 comments on commit d249ba8

Please sign in to comment.