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