8 lines
118 B
Bash
Executable File
8 lines
118 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -Eeuo pipefail
|
|
|
|
export GOWORK=off
|
|
export GOLANG_PROTOBUF_REGISTRATION_CONFLICT=warn
|
|
go run .
|