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