
The tool just runs 'go vet' for now; could do more later (like actually run the examples and compare to some expected output)
9 lines
74 B
Bash
Executable File
9 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
tools/test
|
|
tools/format
|
|
tools/measure
|
|
tools/generate
|