Skip to content

Commit

Permalink
chore: remove use of .env
Browse files Browse the repository at this point in the history
  • Loading branch information
gacevicljubisa committed Nov 5, 2024
1 parent 73901ba commit 0088bc6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ _testmain.go
*.prof

.DS_Store
.env
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
ifneq (,$(wildcard ./.env))
include .env
export
endif

GO ?= go
GOBIN ?= $$($(GO) env GOPATH)/bin
GOLANGCI_LINT ?= $(GOBIN)/golangci-lint
Expand Down

0 comments on commit 0088bc6

Please sign in to comment.