From 117bf46b2e600769da2e617b193ff0f9ff0e49d9 Mon Sep 17 00:00:00 2001 From: Ben McClelland Date: Mon, 30 Sep 2019 13:38:34 -0700 Subject: [PATCH] add reminder of scoutfs-devel package needed to generate cgo definitions --- c_defs_linux.go | 1 + 1 file changed, 1 insertion(+) diff --git a/c_defs_linux.go b/c_defs_linux.go index 3ac2958..d2de397 100644 --- a/c_defs_linux.go +++ b/c_defs_linux.go @@ -10,6 +10,7 @@ package scoutfs // use this to generate the types for scoutfs: // go tool cgo -godefs c_defs_linux.go >scoutfsdefs.go +// above command requires scoutfs-devel package be installed first // #include // #include