diff --git a/go/cpossum/c-possum.go b/go/cpossum/c-possum.go index 580fa02..dfc32dd 100644 --- a/go/cpossum/c-possum.go +++ b/go/cpossum/c-possum.go @@ -1,8 +1,8 @@ package possumC /* -// Not sure how to statically just this library, so for now it's preferred to use CGO_LDFLAGS to do -// your own thing. +// Not sure how to statically link just this library, so for now it's preferred to use CGO_LDFLAGS +// to do your own thing. //#cgo LDFLAGS: -lpossum #include "possum.h" */