diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-08-24 22:25:40 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-08-24 22:25:40 -0400 |
| commit | 0fc3eda77004f41c5f0a804028da2d90b0373ea7 (patch) | |
| tree | edf6d74e6a2b7140350eab1e40d0fbf70e10f87c /cmd/web/startBrowser.go | |
| parent | f4fcd237b2d0eb950fc15a8af1fb0894b6ad6359 (diff) | |
| download | steam-export-0fc3eda77004f41c5f0a804028da2d90b0373ea7.tar.gz steam-export-0fc3eda77004f41c5f0a804028da2d90b0373ea7.tar.xz | |
Another development snapshot. Updated license. Added Swagger documentation--embedded! Note about 'swaggo'
Diffstat (limited to 'cmd/web/startBrowser.go')
| -rw-r--r-- | cmd/web/startBrowser.go | 13 |
1 files changed, 0 insertions, 13 deletions
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 -} |
