aboutsummaryrefslogtreecommitdiff
path: root/collector/zfs_freebsd.go
diff options
context:
space:
mode:
Diffstat (limited to 'collector/zfs_freebsd.go')
-rw-r--r--collector/zfs_freebsd.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/collector/zfs_freebsd.go b/collector/zfs_freebsd.go
index a625bbc..92661e4 100644
--- a/collector/zfs_freebsd.go
+++ b/collector/zfs_freebsd.go
@@ -11,6 +11,8 @@
11// See the License for the specific language governing permissions and 11// See the License for the specific language governing permissions and
12// limitations under the License. 12// limitations under the License.
13 13
14// +build !nozfs
15
14package collector 16package collector
15 17
16import ( 18import (