...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
stretchr
/
testify
/
.ci.govet.sh
Documentation:
github.com/stretchr/testify
1
#!/bin/bash
2
3
set -e
4
5
go vet ./...
View as plain text