-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hello,
I wanted to test out Securetemp on Windows and it does not seem to build.
C:\goprojects\src\securetemp>go get -u github.com/leonklingele/securetemp
# github.com/leonklingele/securetemp
..\..\pkg\mod\github.com\leonklingele\securetemp@v2.0.1+incompatible\securetemp_unix.go:35:5: undefined: unix.Access
..\..\pkg\mod\github.com\leonklingele\securetemp@v2.0.1+incompatible\securetemp_unix.go:35:29: undefined: unix.W_OK
..\..\pkg\mod\github.com\leonklingele\securetemp@v2.0.1+incompatible\securetemp_unix.go:35:50: undefined: unix.Access
..\..\pkg\mod\github.com\leonklingele\securetemp@v2.0.1+incompatible\securetemp_unix.go:35:74: undefined: unix.X_OK
..\..\pkg\mod\github.com\leonklingele\securetemp@v2.0.1+incompatible\securetemp_windows.go:7:6: createRAMDisk redeclared in this block
previous declaration at ..\..\pkg\mod\github.com\leonklingele\securetemp@v2.0.1+incompatible\securetemp_unix.go:21:52
Then
C:\goprojects\src\securetemp>go build cmd\securetemp\main.go
cmd\securetemp\main.go:10:2: no required module provides package github.com/leonklingele/securetemp: working directory is not part of a module
Using
C:\goprojects\src\securetemp>go version
go version go1.16 windows/amd64
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels