VG08 / cyclic-go

Run golang on cyclic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cyclic go

run go apis on cyclic

This is an example on running go apis on cyclic. What this does is use the package.json to run a go binary.
Ensure the binary is compiled in the following way

CGO_ENABLED=0 go build

This might take much longer to compile this way as it will rebuild most of the packages of the stadard library which makes the binary statically linked. Doing so avoid issues with glibc.

About

Run golang on cyclic


Languages

Language:Go 100.0%