Skip to content

Instantly share code, notes, and snippets.

@kragniz
Created March 14, 2017 21:13
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 kragniz/0c4622166ecae19476c0c8d429662437 to your computer and use it in GitHub Desktop.
Save kragniz/0c4622166ecae19476c0c8d429662437 to your computer and use it in GitHub Desktop.
/*
go build test.go
# command-line-arguments
/nix/store/4lvfb1rwpf2cfyx3rf6ki8j0rkiqk5jm-go-1.8/share/go/pkg/tool/linux_amd64/link: running gcc failed: exit status 1
collect2: error: ld terminated with signal 11 [Segmentation fault]
/nix/store/kxf1p7l7lgm6j5mjzkiwcwzc98s9f1az-binutils-2.23.1/bin/ld:
*/
package main
import "C"
func main() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment