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