5 lines
32 B
Text
5 lines
32 B
Text
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
go generate
|