Skip to content

Commit

Permalink
build-sys: move build files to internal/build
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Mery <[email protected]>
  • Loading branch information
amery committed Jan 13, 2024
1 parent dd2b84f commit 08bb0b9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
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

0 comments on commit 08bb0b9

Please sign in to comment.