biedatransfer icon indicating copy to clipboard operation
biedatransfer copied to clipboard

A simple alternative to transfer.sh written in Golang. Share files via curl easily!

Results 2 biedatransfer issues
Sort by recently updated
recently updated
newest added

go install failed ``` chc@dc03:~/git/biedatransfer$ go install github.com/alufers/biedatransfer # github.com/hosom/gomagic ../../go/pkg/mod/github.com/hosom/[email protected]/magic.go:7:10: fatal error: magic.h: No such file or directory #include ^~~~~~~~~ compilation terminated. ``` go build also failed ``` chc@dc03:~/git/biedatransfer$...