From 5c2d27cd4adbf517a15b7b4644098fa42d69df19 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 27 Mar 2023 20:08:07 +0200 Subject: Apply `go fmt` to all files --- main.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index e853616..637f7d1 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,3 @@ -// vim: shiftwidth=4 tabstop=4 noexpandtab - package main import ( @@ -15,7 +13,7 @@ import ( "text/template" ) -var appdata string; +var appdata string type RuntimeConfig struct { Devices DevicesConfig @@ -27,7 +25,7 @@ type DevicesConfig struct { } type WebConfig struct { - Listen netip.AddrPort + Listen netip.AddrPort } // main() contains the control flow of this program. -- cgit v1.2.3-70-g09d2