mirror of
https://github.com/stretchr/testify.git
synced 2025-05-31 11:42:44 +00:00
6 lines
34 B
Bash
Executable File
6 lines
34 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
go vet ./...
|