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