github.com/anuvu/nomad@v0.8.7-atom1/nomad/structs/generate.sh (about)

     1  #!/bin/bash
     2  set -e
     3  
     4  FILES="$(ls *[!_test].go | tr '\n' ' ')"
     5  codecgen -d 100 -o structs.generated.go ${FILES}