Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matteyeux/remotego
[WIP] remotepy but written in Go
https://github.com/matteyeux/remotego
Last synced: about 2 months ago
JSON representation
[WIP] remotepy but written in Go
- Host: GitHub
- URL: https://github.com/matteyeux/remotego
- Owner: matteyeux
- License: mit
- Created: 2019-07-30T14:53:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T10:54:53.000Z (over 5 years ago)
- Last Synced: 2024-06-19T15:11:30.739Z (7 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# remotego
[WIP] remotepy but written in Go### Build
Grab sqlite3 for Go : `go get github.com/mattn/go-sqlite3`
Build remotego : `go build remotego.go`### Disclaimer
I'm using this tool to learn Go, there are probably a lot a mistake, feel free to open an issue/make a PR.