Skip to content

Commit 20578ae

Browse files
committed
chore: move internal out of pkg/
as per standard Go project layout Signed-off-by: Alejandro Mery <amery@apptly.co>
1 parent f7a3911 commit 20578ae

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GOUP_FLAGS ?= -v
99
GOUP_PACKAGES ?= ./...
1010
GOTEST_FLAGS ?=
1111

12-
TOOLSDIR := $(CURDIR)/pkg/internal/build
12+
TOOLSDIR := $(CURDIR)/internal/build
1313
TMPDIR ?= $(CURDIR)/.tmp
1414
OUTDIR ?= $(TMPDIR)
1515

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)