From 2b976bf7fa76c8c09368c4fdf42c93c7c2c63adb Mon Sep 17 00:00:00 2001 From: Tristan Colgate-McFarlane Date: Mon, 22 Jan 2024 10:51:34 +0000 Subject: [PATCH] chore(fmt): service.go --- service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/service.go b/service.go index 1b19edf..edef606 100644 --- a/service.go +++ b/service.go @@ -1,4 +1,5 @@ // nothing to see here, service control only applies to Windows +//go:build !windows // +build !windows package main