Skip to content

Commit

Permalink
update things
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Dec 23, 2021
1 parent 29e385c commit 5612cad
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[{Makefile,*.mk}]
indent_style = tab

[*.nix]
indent_size = 2

[*.go]
indent_style = tab
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/.direnv/
/bin/
/build/
/tmp/
/vendor/

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ See the [Modern Go Application](https://github.com/sagikazarmark/modern-go-appli
Download a prebuilt binary from the [Releases](https://github.com/sagikazarmark/mga/releases) page,
or install the tool from source:

```bash
```shell
go get sagikazarmark.dev/mga
```

Expand Down Expand Up @@ -63,7 +63,7 @@ type Service interface{

Then run the generator:

```bash
```shell
mga generate kit endpoint ./...
```

Expand Down Expand Up @@ -144,7 +144,7 @@ Contributions are welcome! :)
1. Clone the repository
1. Make changes on a new branch
1. Run the test suite:
```bash
```shell
./pleasew build
./pleasew test
./pleasew gotest
Expand All @@ -155,4 +155,4 @@ Contributions are welcome! :)

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.
The project is licensed under the [MIT License](LICENSE).

0 comments on commit 5612cad

Please sign in to comment.