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