@@ -78,39 +78,44 @@ make help
7878
7979List of all current commands:
8080``` text
81- all Runs multiple commands
82- clean Remove previous builds and any test cache data
83- clean-mods Remove all the Go mod cache
84- coverage Shows the test coverage
85- godocs Sync the latest tag with GoDocs
86- help Show this help message
87- install Install the application
88- install-go Install the application (Using Native Go)
89- lint Run the golangci-lint application (install if not found)
90- release Full production release (creates release in Github)
91- release Runs common.release then runs godocs
92- release-snap Test the full release (build binaries)
93- release-test Full production test release (everything except deploy)
94- replace-version Replaces the version in HTML/JS (pre-deploy)
95- tag Generate a new tag and push (tag version=0.0.0)
96- tag-remove Remove a tag if found (tag-remove version=0.0.0)
97- tag-update Update an existing tag to current commit (tag-update version=0.0.0)
98- test Runs vet, lint and ALL tests
99- test-ci Runs all tests via CI (exports coverage)
100- test-ci-no-race Runs all tests via CI (no race) (exports coverage)
101- test-ci-short Runs unit tests via CI (exports coverage)
102- test-short Runs vet, lint and tests (excludes integration tests)
103- uninstall Uninstall the application (and remove files)
104- update-linter Update the golangci-lint package (macOS only)
105- vet Run the Go vet application
81+ all Runs multiple commands
82+ clean Remove previous builds and any test cache data
83+ clean-mods Remove all the Go mod cache
84+ coverage Shows the test coverage
85+ diff Show the git diff
86+ generate Runs the go generate command in the base of the repo
87+ godocs Sync the latest tag with GoDocs
88+ help Show this help message
89+ install Install the application
90+ install-go Install the application (Using Native Go)
91+ install-releaser Install the GoReleaser application
92+ lint Run the golangci-lint application (install if not found)
93+ release Full production release (creates release in Github)
94+ release Runs common.release then runs godocs
95+ release-snap Test the full release (build binaries)
96+ release-test Full production test release (everything except deploy)
97+ replace-version Replaces the version in HTML/JS (pre-deploy)
98+ tag Generate a new tag and push (tag version=0.0.0)
99+ tag-remove Remove a tag if found (tag-remove version=0.0.0)
100+ tag-update Update an existing tag to current commit (tag-update version=0.0.0)
101+ test Runs lint and ALL tests
102+ test-ci Runs all tests via CI (exports coverage)
103+ test-ci-no-race Runs all tests via CI (no race) (exports coverage)
104+ test-ci-short Runs unit tests via CI (exports coverage)
105+ test-no-lint Runs just tests
106+ test-short Runs vet, lint and tests (excludes integration tests)
107+ test-unit Runs tests and outputs coverage
108+ uninstall Uninstall the application (and remove files)
109+ update-linter Update the golangci-lint package (macOS only)
110+ vet Run the Go vet application
106111```
107112</details >
108113
109114<br />
110115
111116## Examples & Tests
112117All unit tests and [ examples] ( examples ) run via [ Github Actions] ( https://github.com/BitcoinSchema/go-aip/actions ) and
113- uses [ Go version 1.15 .x] ( https://golang.org/doc/go1.15 ) . View the [ configuration file] ( .github/workflows/run-tests.yml ) .
118+ uses [ Go version 1.16 .x] ( https://golang.org/doc/go1.16 ) . View the [ configuration file] ( .github/workflows/run-tests.yml ) .
114119
115120Run all tests (including integration tests)
116121``` shell script
@@ -144,8 +149,8 @@ Checkout all the [examples](examples)!
144149
145150## Maintainers
146151| [ <img src =" https://github.com/rohenaz.png " height =" 50 " alt =" MrZ " />] ( https://github.com/rohenaz ) | [ <img src =" https://github.com/mrz1836.png " height =" 50 " alt =" MrZ " />] ( https://github.com/mrz1836 ) |
147- | :---:| :---:|
148- | [ Satchmo] ( https://github.com/rohenaz ) | [ MrZ] ( https://github.com/mrz1836 ) |
152+ | :------------------------------------------------------------------------------------------------ :| :--------------------------------------------------------------------------------------------- ---:|
153+ | [ Satchmo] ( https://github.com/rohenaz ) | [ MrZ] ( https://github.com/mrz1836 ) |
149154
150155<br />
151156
@@ -163,4 +168,4 @@ or by making a [**bitcoin donation**](https://gobitcoinsv.com/#sponsor?utm_sourc
163168
164169## License
165170
166- ![ License] ( https://img.shields.io/github/license/BitcoinSchema/go-aip.svg?style=flat&v=3 )
171+ [ ![ License] ( https://img.shields.io/github/license/BitcoinSchema/go-aip.svg?style=flat&v=3 )] ( LICENSE )
0 commit comments