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 2a4f7a9 commit 138f980Copy full SHA for 138f980
README.md
@@ -7,6 +7,12 @@ COBOL PIC (Picture) clause parsing library
7
[](https://github.com/pgmitche/go-pic/releases)
8
[](https://github.com/pgmitche/go-pic/blob/master/LICENSE)
9
10
+## Install
11
+
12
+Get started using `gopic` by installing the struct-generation tool from the root directory by running:
13
14
+`$ make install`
15
16
## Tag-based unmarshalling
17
18
go-pic's main focus is enabling simpler 1:1 mapping of PIC definitions to Go structs.
0 commit comments