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