mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 23:10:01 +00:00
906639ad7e
* update viper version * removes our last uses of the slice package * fix tests
12 lines
122 B
Makefile
12 lines
122 B
Makefile
default:
|
|
just --list
|
|
|
|
test:
|
|
go test -race -v ./...
|
|
|
|
lint:
|
|
golangci-lint run
|
|
|
|
fmt:
|
|
golangci-lint run --fix
|