You could try plugins:

https://golang.org/pkg/plugin/

On Friday, 29 September 2017 05:21:54 UTC+1, Abhijit Desai wrote:
>
> Want to create libraries ( static or dynamic ) so that that I don't want 
> to compile every time when I build my executable
>
> "github.com/everjit/Ion" <--- should not refer to code rather it should 
> refer to build library like .so or .dll ( in windows ) and will provide 
> that to go build command line.
>
> package main
>
> import (
> "github.com/everjit/Ion"
> "strings"
> }
>
> func main(){
>     Ion.Invoke()
> }
>
> Please help
>
> Thanks
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to