Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chores: fix spelling errors, update build system and copyright year on LICENCE.txt files #28

Merged
merged 9 commits into from
Jan 16, 2024
Prev Previous commit
Next Next commit
build-sys: move build files to internal/build
Signed-off-by: Alejandro Mery <[email protected]>
  • Loading branch information
amery committed Jan 13, 2024
commit 08bb0b91f12c09205bf7a8bf4b166897c5a54fc5
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GOGENERATE_FLAGS = -v
GOPATH ?= $(shell $(GO) env GOPATH)
GOBIN ?= $(GOPATH)/bin

TOOLSDIR := $(CURDIR)/internal/tools
TOOLSDIR := $(CURDIR)/internal/build
TMPDIR ?= .tmp
OUTDIR ?= $(TMPDIR)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion internal/tools/tools.go → internal/build/tools.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//go:build tools

package tools
package build

import (
_ "github.com/mgechev/revive"
Expand Down