Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenhg5/goscript
goscript
https://github.com/chenhg5/goscript
Last synced: about 1 month ago
JSON representation
goscript
- Host: GitHub
- URL: https://github.com/chenhg5/goscript
- Owner: chenhg5
- Created: 2019-07-30T09:16:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T10:43:22.000Z (over 5 years ago)
- Last Synced: 2024-03-02T12:39:32.700Z (9 months ago)
- Language: Go
- Size: 1.62 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)"
```