Skip to content

Commit

Permalink
docs: enhance readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Feb 27, 2024
1 parent fb6fcef commit 4883162
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"golangci"
]
}
9 changes: 5 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ Linux Docker Image for Golang and Golang development Tools. The project adheres

## Features

- [Golang](https://go.dev/dl/): Go binaries
- [Buf](https://buf.build): Generate protocol buffers wire format
- [Mockery](https://github.com/vektra/mockery): Generate mocks for unit tests
- [Golangci-lint](https://github.com/golangci/golangci-lint): Linter
- [golang](https://go.dev/dl/): Go binaries
- [buf](https://buf.build): Generate protocol buffers wire format
- [mockery](https://github.com/vektra/mockery): Generate mocks for unit tests
- [golangci-lint](https://github.com/golangci/golangci-lint): Linter
- [connect](https://connectrpc.com/): Connect Generator

## Architectures

Expand Down

0 comments on commit 4883162

Please sign in to comment.