From 0fc3eda77004f41c5f0a804028da2d90b0373ea7 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Tue, 24 Aug 2021 22:25:40 -0400 Subject: Another development snapshot. Updated license. Added Swagger documentation--embedded! Note about 'swaggo' --- cmd/web/startBrowser.go | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 cmd/web/startBrowser.go (limited to 'cmd/web/startBrowser.go') diff --git a/cmd/web/startBrowser.go b/cmd/web/startBrowser.go deleted file mode 100644 index 0184055..0000000 --- a/cmd/web/startBrowser.go +++ /dev/null @@ -1,13 +0,0 @@ -package main - -import ( - "os/exec" -) - -func startBrowser(url string) { - command := BrowserCommand(url) - - c := exec.Command(command[0], command[1:]...) - Logger.Printf("Running command: %s result: %v", command, c.Run()) - return -} -- cgit v1.2.3