WIP: extension feature

This commit is contained in:
2020-11-17 09:19:15 +01:00
parent fe90d81b5d
commit 8b85f60e63
9 changed files with 179 additions and 0 deletions

View File

@ -0,0 +1,11 @@
build: extension
go build -o ./bin/app ./
extension:
go build -o ./bin/myext.so -buildmode=plugin ./myext
watch:
modd
run:
./bin/app