WIP: extension feature
This commit is contained in:
11
example/extendable/Makefile
Normal file
11
example/extendable/Makefile
Normal 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
|
Reference in New Issue
Block a user