I have a program that needs some DDLs
, these DDLs
are available in another Git, also in GitHub. So, would it be possible for my library link such a file to such a repository?
To be more specific, there is a DDL ( github.com/ c-smile /.../ 64 / sciter.dll ) and it is used in my program. I wanted to include her here, along with main.go
, instead of having to do it manually.
Would you like to create a sciter.dll
pointed to this GitHub? A sciter.dll
that would be dummy, where using go get -x
or git clone
would go to github.com/c-smile
to get this content.
This is possible, how would you do that?