github.com/smithx10/nomad@v0.9.1-rc1/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}