8 lines
141 B
Plaintext
Raw Normal View History

2024-08-15 23:30:29 +02:00
#!/bin/bash
set -eE -o pipefail
script_dir=$(dirname "$(realpath "$0")")
cd $script_dir/..
go vet -structtag=false -composites=false ./...