Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
This repository holds the [Velmie Go Style Guide](style.md), which documents
patterns and conventions used in Go code at Velmie.
patterns and conventions used in Go code at Velmie. This guide is based on the [Uber Go Style Guide](https://github.com/uber-go/guide).

## Style Guide

See [Velmie Go Style Guide](style.md) for the style guide.

## Contributing

Make changes according to the [guide](CONTRIBUTING.md) and makes a pull-request. The CI generates the result `style.md` file.
Make changes according to the [guide](CONTRIBUTING.md) and make a pull-request. The CI generates the result `style.md` file.
Loading