We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bc672 commit 9f6d0a5Copy full SHA for 9f6d0a5
.goreleaser.yaml
@@ -4,7 +4,7 @@ before:
4
hooks:
5
- go mod tidy
6
builds:
7
- - main: cmd/gojsonschema/main.go
+ - main: main.go
8
env:
9
- CGO_ENABLED=0
10
goos:
README.md
@@ -24,7 +24,7 @@ This tool generates Go data types and structs that corresponds to definitions in
24
25
```shell
26
$ go get github.com/atombender/go-jsonschema/...
27
-$ go install github.com/atombender/go-jsonschema/cmd/gojsonschema@latest
+$ go install github.com/atombender/go-jsonschema@latest
28
```
29
30
* **Install with Brew**: To install with [Homebrew](https://brew.sh):
cmd/gojsonschema/main.go renamed to main.go
0 commit comments