You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are not familiar with golang it might be easier to just use a pre-compiled binary for Windows or Linux available under "Releases" .
If you want to compile the source code yourself you need to install golang and set up your build environment (verify that you can build a simple hello world program) and optionally install "make" if you want to use the Makefile.
└─$ go build main.go
main.go:38:2: no required module provides package github.com/jfjallid/go-smb; to add it:
go get github.com/jfjallid/go-smb
The text was updated successfully, but these errors were encountered: