Skip to content

Instantly share code, notes, and snippets.

@floren
Created June 1, 2020 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save floren/70c8f5c9c12c4b6a2e4b73416604e34d to your computer and use it in GitHub Desktop.
Save floren/70c8f5c9c12c4b6a2e4b73416604e34d to your computer and use it in GitHub Desktop.
module test
go 1.13
require golang.org/x/sys v0.0.0-20200523222454-059865788121
package main
import (
"fmt"
"golang.org/x/sys/unix"
)
func main() {
fmt.Println(unix.Getuid())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment