Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chenhg5/goscript

goscript
https://github.com/chenhg5/goscript

Last synced: about 1 month ago
JSON representation

goscript

Awesome Lists containing this project

README

        

# goscript

run go code like php/python script with shell command

for example:

```shell
go get github.com/chenhg5/goscript

$GOPATH/bin/goscript run "a:=1;b:=2;fmt.Println(a+b)"
```