Implement Go language binding (#1196)
Implement Go binding APIs of runtime, module and instance Add sample, build scripts and update the document Co-authored-by: venus-taibai <97893654+venus-taibai@users.noreply.github.com>
This commit is contained in:
5
language-bindings/go/go.mod
Normal file
5
language-bindings/go/go.mod
Normal file
@ -0,0 +1,5 @@
|
||||
module gitlab.alipay-inc.com/TNT_Runtime/ant-runtime/bindings/go
|
||||
|
||||
go 1.15
|
||||
|
||||
require github.com/stretchr/testify v1.7.0
|
||||
Reference in New Issue
Block a user