Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 318 Bytes

File metadata and controls

30 lines (20 loc) · 318 Bytes

Development

Compliant with Golang build.

How to Build

go build -o cios main.go

Cross Compile

Linux

GOOS=linux GOARCH=amd64 go build -o

MacOS

GOOS=darwin GOARCH=amd64 go build -o

Windows

GOOS=windows GOARCH=amd64 go build -o cios.exe