File tree Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ go.sum merge =union
2+ ** /mock /* linguist-generated =true
Original file line number Diff line number Diff line change 44* .dll
55* .so
66* .dylib
7+ .DS_Store
78
89# Test binary, built with `go test -c`
910* .test
Original file line number Diff line number Diff line change 11-include .env
22export $(shell sed 's/=.*//' .env)
33
4+ init :
5+ chmod +x init.dev.sh && ./init.dev.sh
6+
47lint :
58 golangci-lint run
69
@@ -21,4 +24,6 @@ generate:
2124 -p github.com/dipdup-io/uniswap
2225
2326test :
24- go test ./...
27+ go test ./...
28+
29+ .PHONY : init lint generate test
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ # VCS config
4+ git config --local core.attributesfile ./.gitattributes
5+
6+ # Install third tools
7+ # go install go.uber.org/mock/mockgen@main
You can’t perform that action at this time.
0 commit comments