Skip to content

Commit

Permalink
Schema: update readme for how to validate manually
Browse files Browse the repository at this point in the history
The latest go is using gomod, but the repo has no go.mod,
adding GO111MODULE=off to disable gomod and build it locally.

Signed-off-by: bin liu <liubin0329@gmail.com>
  • Loading branch information
liubin committed Mar 11, 2022
1 parent 7ceeb8a commit 8c2e788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ There is also included a simple utility for facilitating validation.
To build it:

```bash
export GOPATH=`mktemp -d`
export GOPATH=`mktemp -d` GO111MODULE=off
go get -d ./...
go build ./validate.go
rm -rf $GOPATH
Expand Down

0 comments on commit 8c2e788

Please sign in to comment.