Skip to content

Commit

Permalink
clean up packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Jan 2, 2021
1 parent c4330a0 commit e46e3ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ build:
update-package:
GO111MODULE=on go get -u github.com/hhatto/gocloc

cleanup-package:
GO111MODULE=on go mod tidy

run-example:
GO111MODULE=on go run examples/languages.go
GO111MODULE=on go run examples/files.go
Expand Down

0 comments on commit e46e3ea

Please sign in to comment.