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 21, 2021
1 parent b0d6f41 commit e21be6a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 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.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,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 Down Expand Up @@ -180,7 +180,7 @@ _, err := conn.InsertOne(collectionName, bsonData)

## Contributing

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

### How can I help?
All kinds of contributions are welcome :raised_hands:!
Expand Down

0 comments on commit e21be6a

Please sign in to comment.