Skip to content

Commit

Permalink
Moved files to github dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Sep 24, 2021
1 parent 36235a3 commit 1678f1e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion CODE_STANDARDS.md → .github/CODE_STANDARDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ View the [effective go](https://golang.org/doc/effective_go.html) standards docu
### *golangci-lint* specifications
The package [golangci-lint](https://golangci-lint.run/usage/quick-start) runs several linters in one package/cmd.

View the active linters in the [configuration file](.golangci.yml).
View the active linters in the [configuration file](../.golangci.yml).

Install via macOS:
```shell
Expand Down
File renamed without changes.
File renamed without changes.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
[![Report](https://goreportcard.com/badge/github.com/tonicpow/go-minercraft?style=flat&v=3)](https://goreportcard.com/report/github.com/tonicpow/go-minercraft)
[![codecov](https://codecov.io/gh/tonicpow/go-minercraft/branch/master/graph/badge.svg?v=3)](https://codecov.io/gh/tonicpow/go-minercraft)
[![Go](https://img.shields.io/github/go-mod/go-version/tonicpow/go-minercraft?v=3)](https://golang.org/)
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/tonicpow/go-minercraft&style=flat&v=3)](https://mergify.io)
<br>
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/tonicpow/go-minercraft&style=flat&v=3)](https://mergify.io)
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/tonicpow/go-minercraft)

<br/>

Expand Down Expand Up @@ -87,6 +89,7 @@ all Runs multiple commands
clean Remove previous builds and any test cache data
clean-mods Remove all the Go mod cache
coverage Shows the test coverage
diff Show the git diff
generate Runs the go generate command in the base of the repo
godocs Sync the latest tag with GoDocs
help Show this help message
Expand All @@ -101,10 +104,11 @@ replace-version Replaces the version in HTML/JS (pre-deploy)
tag Generate a new tag and push (tag version=0.0.0)
tag-remove Remove a tag if found (tag-remove version=0.0.0)
tag-update Update an existing tag to current commit (tag-update version=0.0.0)
test Runs vet, lint and ALL tests
test Runs lint and ALL tests
test-ci Runs all tests via CI (exports coverage)
test-ci-no-race Runs all tests via CI (no race) (exports coverage)
test-ci-short Runs unit tests via CI (exports coverage)
test-no-lint Runs just tests
test-short Runs vet, lint and tests (excludes integration tests)
test-unit Runs tests and outputs coverage
uninstall Uninstall the application (and remove files)
Expand Down Expand Up @@ -140,7 +144,7 @@ make bench
<br/>

## Code Standards
Read more about this Go project's [code standards](CODE_STANDARDS.md).
Read more about this Go project's [code standards](.github/CODE_STANDARDS.md).

<br/>

Expand All @@ -157,7 +161,7 @@ View the [examples](examples)
<br/>

## Contributing
View the [contributing guidelines](CONTRIBUTING.md) and please follow the [code of conduct](CODE_OF_CONDUCT.md).
View the [contributing guidelines](.github/CONTRIBUTING.md) and please follow the [code of conduct](.github/CODE_OF_CONDUCT.md).

### How can I help?
All kinds of contributions are welcome :raised_hands:!
Expand All @@ -177,4 +181,4 @@ nChain & team for developing the [brfc-merchant-api](https://github.com/bitcoin-

## License

![License](https://img.shields.io/github/license/tonicpow/go-minercraft.svg?style=flat&v=3)
[![License](https://img.shields.io/github/license/tonicpow/go-minercraft.svg?style=flat&v=3)](LICENSE)

0 comments on commit 1678f1e

Please sign in to comment.