Skip to content

Commit

Permalink
attempt to remove gomod (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze authored Nov 2, 2020
1 parent a1621d0 commit 61ac52a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ regenerate: ## Re-generate lexers and parsers and pass through goimports
go install github.com/goccmack/gocc
gocc -zip -o ./internal/ dot.bnf
find . -type f -name '*.go' | xargs goimports -w
go mod tidy

test: ## Perform package tests
go test ./...
Expand All @@ -21,7 +20,6 @@ dependencies: ## Grab necessary dependencies for checkers
go get golang.org/x/tools/cmd/goimports
go get github.com/kisielk/errcheck
go get -u golang.org/x/lint/golint
go mod tidy

build: ## Perform build process
go build .
Expand Down
3 changes: 0 additions & 3 deletions go.mod

This file was deleted.

0 comments on commit 61ac52a

Please sign in to comment.