https://github.com/dlsniper/starhelper
Helper library to quickly build Starlark based application is Go.
https://github.com/dlsniper/starhelper
Last synced: 11 months ago
JSON representation
Helper library to quickly build Starlark based application is Go.
- Host: GitHub
- URL: https://github.com/dlsniper/starhelper
- Owner: dlsniper
- License: apache-2.0
- Created: 2020-01-09T12:52:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-09T15:55:24.000Z (over 6 years ago)
- Last Synced: 2025-03-18T23:52:28.191Z (over 1 year ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# StarHelper
Helper library to quickly build Starlark based application is Go.
# License
This project is under the Apache 2.0 license. See the License file for more
details.
It is based on the work in the Delve debugger, which can be seen here: https://github.com/go-delve/delve/
These portions can be found in the delve.go file and are under the MIT
License of the Delve project.