Skip to content

Commit 1d341ff

Browse files
committed
cmd/weave: move weave to a common location
Move the weave program out of the gotypes directory so it can be used by other example documents. It will soon be used for a document on writing slog handlers. Change-Id: I38255e276e744e323695afaa66830107aa17d4d1 Reviewed-on: https://go-review.googlesource.com/c/example/+/494441 TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Jonathan Amsterdam <[email protected]> Reviewed-by: Alan Donovan <[email protected]>
1 parent 2e68773 commit 1d341ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gotypes/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
all: README.md
33
go build ./...
44

5-
README.md: go-types.md weave.go $(wildcard */*.go)
6-
go run weave.go go-types.md >README.md
5+
README.md: go-types.md ../internal/cmd/weave/*.go $(wildcard */*.go)
6+
go run ../internal/cmd/weave go-types.md >README.md
77

88
# This is for previewing using github.
99
# $HOME/markdown must be a github client.
File renamed without changes.

0 commit comments

Comments
 (0)