mirror of
https://codeberg.org/scip/yadu.git
synced 2025-12-16 12:11:00 +01:00
fix missing struct in README
This commit is contained in:
2
Makefile
2
Makefile
@@ -12,7 +12,7 @@ buildlocal:
|
||||
go build
|
||||
|
||||
clean:
|
||||
rm -rf $(tool) coverage.out testdata t/out
|
||||
rm -rf $(tool) coverage.out testdata t/out example/example
|
||||
|
||||
test: clean
|
||||
go test $(ARGS)
|
||||
|
||||
Reference in New Issue
Block a user