mirror of
https://github.com/sony/sonyflake.git
synced 2026-01-04 10:33:57 +00:00
3 lines
63 B
Bash
Executable File
3 lines
63 B
Bash
Executable File
#!/bin/sh
|
|
GOOS=linux GOARCH=amd64 go build sonyflake_server.go
|