From 5aeeb6410359d1e1fc5e61e6f05fd65e23ef3055 Mon Sep 17 00:00:00 2001 From: lu4p Date: Tue, 5 Nov 2019 23:15:00 +0100 Subject: [PATCH] Update process.go --- process/embedded/process.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/process/embedded/process.go b/process/embedded/process.go index 2f05a7a..fb22d10 100644 --- a/process/embedded/process.go +++ b/process/embedded/process.go @@ -6,8 +6,9 @@ // // This package can be used with CGO to statically compile Tor. This package // expects https://github.com/cretz/tor-static to be cloned at -// $GOPATH/src/github.com/cretz/tor-static as if it was fetched with go get. To -// build the needed static libs, follow the README in that project. Once the +// $GOPATH/src/github.com/cretz/tor-static as if it was fetched with go get. +// If you use go modules the expected path would be $GOPATH/pkg/mod/github.com/cretz/tor-static +// To build the needed static libs, follow the README in that project. Once the // static libs are built, this uses CGO to statically link them here. For // Windows this means something like http://www.msys2.org/ needs to be // installed with gcc.exe on the PATH (i.e. the same gcc that was used to build