Skip to content

Commit 0f0328e

Browse files
authored
Merge pull request #41 (chore)
chore: move `internal` out of `pkg/`
2 parents f7a3911 + 20578ae commit 0f0328e

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)