plugins
Search
Home
Plugins
GitHub
Blog
go-example
version: 0.0.6 | date: 11/10/2022 | golang API example | source code
# SYNOPSIS Golang API example # INSTALL $ s6 --install go-example # USAGE ``` my $s = task-run "go api", "go-example", %( foo => "Bar" ); say "message: ", $s<state><Message>; ``` # Author Alexey Melezhik