Skip to content

Commit

Permalink
Move main module under gocomply_metaschema
Browse files Browse the repository at this point in the history
This gives a little bit of extra flexibility as it allows us to run

    go get -u -v github.com/gocomply/metaschema/cli/gocomply_metaschema

To acquire binary in a single command.
isimluk committed May 19, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5307550 commit 0c86125
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ GOBUILD=$(GO) build
all: build

build:
$(GOBUILD) ./cli/gocomply_metaschema.go
$(GOBUILD) ./cli/gocomply_metaschema

.PHONY: pkger
pkger:
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -25,3 +25,9 @@ git clone --depth 1 https://github.com/usnistgov/OSCAL
# Parse metaschema and generate golang structs
./gocomply_metaschema generate ./OSCAL/src/metaschema github.com/docker/oscalkit types/oscal
```

## Installation

```
go get -u -v github.com/gocomply/metaschema/cli/gocomply_metaschema
```
File renamed without changes.

0 comments on commit 0c86125

Please sign in to comment.