* Vendors packages * Adds a Makefile that uses docker to build a static binary against musl using alpine linux. Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
5 lines
81 B
Go
5 lines
81 B
Go
//go:build linux && !cgo
|
|
|
|
package shared
|
|
|
|
const ABSTRACT_UNIX_SOCK_LEN int = 107
|