summaryrefslogtreecommitdiffhomepage
path: root/go/ldflags-lrt.go (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-01-10Go: Add missing +build and go:build commentsDanielle De Leo1-0/+1
A RHEL 8 test was failing because it uses go1.16. The old style must be retained for backwards compat. Fixes: 9a36de84c ("Go: Use Homebrew include paths") Reviewed-by: Andrew Clayton <a.clayton@nginx.com> Reviewed-by: Dylan Arbour <d.arbour@f5.com> Signed-off-by: Danielle De Leo <d.deleo@f5.com>
2019-12-24Go: moving source files to the root of the project.Max Romanov1-0/+0
This patch includes packaging changes related to files move.
2017-12-05Fixing Go package build in NetBSD.Max Romanov1-1/+1
Bug introduced in 585c8068a6d7.
2017-12-01Making Go package source distributable and renaming to 'nginx/unit'.Max Romanov1-0/+13
All header files are copied to Go package sources. As the result, package can be (re-)build when required. This closes #23 issue on GitHub.