aboutsummaryrefslogtreecommitdiff
path: root/collector/xfs_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'collector/xfs_linux.go')
-rw-r--r--collector/xfs_linux.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/collector/xfs_linux.go b/collector/xfs_linux.go
index 77824c5..36dfff5 100644
--- a/collector/xfs_linux.go
+++ b/collector/xfs_linux.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 !noxfs
15
14package collector 16package collector
15 17
16import ( 18import (