open-nomad/nomad/structs/generate.sh

6 lines
110 B
Bash
Raw Normal View History

2018-04-26 17:22:45 +00:00
#!/bin/bash
set -e
FILES="$(ls *[!_test].go | tr '\n' ' ')"
codecgen -d 100 -o structs.generated.go ${FILES}