diff options
Diffstat (limited to 'bin-src/httpd.go')
-rw-r--r-- | bin-src/httpd.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin-src/httpd.go b/bin-src/httpd.go index 6b653bd..bf776d2 100644 --- a/bin-src/httpd.go +++ b/bin-src/httpd.go @@ -1,3 +1,5 @@ +//go:build standalone + package main import ( |