unit/go/ldflags.go
Max Romanov f5a2984acf Go: moving source files to the root of the project.
This patch includes packaging changes related to files move.
2019-12-24 17:59:52 +03:00

10 lines
89 B
Go

/*
* Copyright (C) NGINX, Inc.
*/
package unit
/*
#cgo LDFLAGS: -lunit
*/
import "C"