summaryrefslogtreecommitdiffhomepage
path: root/src/go/unit/ldflags-lrt.go
diff options
context:
space:
mode:
authorMax Romanov <max.romanov@nginx.com>2019-12-24 17:59:52 +0300
committerMax Romanov <max.romanov@nginx.com>2019-12-24 17:59:52 +0300
commitf5a2984acf9a562b6b1eb45a21d9af2be2415659 (patch)
tree5e61bb9fef4adc52f8e9a46803dc065b4b0faaf2 /src/go/unit/ldflags-lrt.go
parenta427ecd4c547958079cce2dae13060b2d60aa4d4 (diff)
downloadunit-f5a2984acf9a562b6b1eb45a21d9af2be2415659.tar.gz
unit-f5a2984acf9a562b6b1eb45a21d9af2be2415659.tar.bz2
Go: moving source files to the root of the project.
This patch includes packaging changes related to files move.
Diffstat (limited to 'src/go/unit/ldflags-lrt.go')
-rw-r--r--src/go/unit/ldflags-lrt.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/go/unit/ldflags-lrt.go b/src/go/unit/ldflags-lrt.go
deleted file mode 100644
index f5a63508..00000000
--- a/src/go/unit/ldflags-lrt.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// +build linux netbsd
-
-/*
- * Copyright (C) Max Romanov
- * Copyright (C) NGINX, Inc.
- */
-
-package unit
-
-/*
-#cgo LDFLAGS: -lrt
-*/
-import "C"