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

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.

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.