Skip to content

Commit 2bf3f08

Browse files
authored
move examples folder (#112)
* Remove the need for the examples repo to be tested
1 parent 4948942 commit 2bf3f08

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+2906
-104
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ deps: $(MOCKGEN)
3737
deps: $(GOBINDATA)
3838
deps: $(GOIMPORTS)
3939

40-
PACKAGES='./generator' './example'
40+
PACKAGES='./generator' './_example'
4141

4242
.PHONY: all
4343
all: build fmt test example cover install
@@ -88,7 +88,7 @@ phony: clean tc build
8888

8989
.PHONY: example
9090
example:
91-
$(GO) generate ./example/...
91+
$(GO) generate ./_example/...
9292

9393
bin/goimports: go.sum
9494
$(call goinstall,golang.org/x/tools/cmd/goimports)

README.md

Lines changed: 90 additions & 90 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)