mirror of
https://github.com/plutov/paypal.git
synced 2025-02-10 10:46:19 +01:00
7 lines
69 B
Bash
7 lines
69 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
go fmt ./...
|
||
|
golint ./...
|
||
|
go vet ./...
|
||
|
go test -v ./...
|