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