From 689117a459d9d798d47241cf4074646b943a33d7 Mon Sep 17 00:00:00 2001 From: Krishna Kishore Shetty Date: Sat, 28 May 2022 22:51:21 +0530 Subject: [PATCH] Removed unnecessary build flag --- internal/fswatcher/inotify/inotify.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/fswatcher/inotify/inotify.go b/internal/fswatcher/inotify/inotify.go index 44e7d57..d4daa80 100644 --- a/internal/fswatcher/inotify/inotify.go +++ b/internal/fswatcher/inotify/inotify.go @@ -1,5 +1,3 @@ -//go:build linux - package inotify import (