mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Fixing failing test after last commit by moving the package to correct place.
This commit is contained in:
parent
8faec9642d
commit
a9f0ab7a67
@ -252,11 +252,11 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
||||
|
||||
*Embedding other languages inside your go code*
|
||||
|
||||
* [go-lua](https://github.com/Shopify/go-lua) - A port of the Lua 5.2 VM to pure Go
|
||||
* [agora](https://github.com/PuerkitoBio/agora) - Dynamically typed, embeddable programming language in Go
|
||||
* [anko](https://github.com/mattn/anko) - Scriptable interpreter written in Go
|
||||
* [gisp](https://github.com/jcla1/gisp) - Simple LISP in Go
|
||||
* [go-duktape](https://github.com/olebedev/go-duktape) - Duktape JavaScript engine bindings for Go
|
||||
* [go-lua](https://github.com/Shopify/go-lua) - A port of the Lua 5.2 VM to pure Go
|
||||
* [go-python](https://github.com/sbinet/go-python) - naive go bindings to the CPython C-API
|
||||
* [golua](https://github.com/aarzilli/golua) - Go bindings for Lua C API
|
||||
* [otto](https://github.com/robertkrimen/otto) - A JavaScript interpreter written in Go
|
||||
|
Loading…
Reference in New Issue
Block a user