mirror of
https://github.com/NotAShelf/catApi.git
synced 2026-03-19 10:56:39 +00:00
rewrite in go
This commit is contained in:
parent
5203a18d2d
commit
05642cb93b
743 changed files with 334051 additions and 51 deletions
11
vendor/github.com/sagikazarmark/locafero/justfile
generated
vendored
Normal file
11
vendor/github.com/sagikazarmark/locafero/justfile
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
default:
|
||||
just --list
|
||||
|
||||
test:
|
||||
go test -race -v ./...
|
||||
|
||||
lint:
|
||||
golangci-lint run
|
||||
|
||||
fmt:
|
||||
golangci-lint run --fix
|
||||
Loading…
Add table
Add a link
Reference in a new issue