mirror of
https://github.com/sony/sonyflake.git
synced 2025-12-23 05:05:14 +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
|