From 05b699e7f6179f23bed3b74e83f5fa2dc145dd74 Mon Sep 17 00:00:00 2001 From: Lukas Braun <lukas.braun@fau.de> Date: Mon, 30 Jan 2017 20:44:28 +0100 Subject: [PATCH] pam_goatherd: exclude from go build --- pam_goatherd.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pam_goatherd.c b/pam_goatherd.c index 2f472b9..b4d3e18 100644 --- a/pam_goatherd.c +++ b/pam_goatherd.c @@ -1,3 +1,6 @@ +// exclude this file from `go build` +// +build ignore + #include <gnutls/gnutls.h> #include <gnutls/x509.h> #include <sys/socket.h> -- GitLab