Closed tanishbajaj101 closed 8 months ago
go.mod file is located in root directory but all other files have package 'torrent'. when i go /cmd/torrent/ i find package 'main' how do i build c-shared libsum.so for this
I don't think you build c-shared for main packages. You most likely want to c-shared the root package, which is intended for use as a library.
go.mod file is located in root directory but all other files have package 'torrent'. when i go /cmd/torrent/ i find package 'main' how do i build c-shared libsum.so for this