2 lines
71 B
Bash
2 lines
71 B
Bash
|
#!/bin/sh
|
||
|
go build -ldflags "-s -w" -buildmode=plugin -o bet.so main.go
|