Go: moving source files to the root of the project.
This patch includes packaging changes related to files move.
This commit is contained in:
10
go/ldflags.go
Normal file
10
go/ldflags.go
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Copyright (C) NGINX, Inc.
|
||||
*/
|
||||
|
||||
package unit
|
||||
|
||||
/*
|
||||
#cgo LDFLAGS: -lunit
|
||||
*/
|
||||
import "C"
|
||||
Reference in New Issue
Block a user