refactor: move http api to a new transport layer
This commit is contained in:
parent
476c4b056f
commit
0448f66ab2
41 changed files with 822 additions and 390 deletions
|
|
@ -4,6 +4,7 @@ changed="$(gofmt -d .)"
|
|||
[ -n "$changed" ] && {
|
||||
echo 'Some files are not formatted'
|
||||
delta <<< "$changed"
|
||||
go fmt ./...
|
||||
exit 1
|
||||
}
|
||||
go vet ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue