aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/windows.go
AgeCommit message (Collapse)AuthorFilesLines
2021-08-24Remove println from the IP finderMitchell Riedstra1-3/+0
2021-08-24Another development snapshot. Updated license. Added Swagger ↵Mitchell Riedstra1-2/+0
documentation--embedded! Note about 'swaggo'
2021-08-11Add a Windows specific function to scrape the route table for the IP address ↵Mitchell Riedstra1-0/+76
from the default route.
2021-08-02Compatibility with MacOS. Starting browsers is now a bit simplier on each ↵Mitch Riedstra1-9/+5
platform.
2021-03-04Refactor. Pull most of the functions into methods off of an App struct.Mitch Riedstra1-2/+1
Kill most global variables.
2020-11-21Allow the library to be changed. Fix up quit handler. Improve loggingMitch Riedstra1-1/+1
2020-11-21Most of the functionality I want is there now, it's not pretty though.Mitch Riedstra1-0/+12
Build the web server and the command line in the build script Allow for deletion of games from the library Move the download function out of main.go Add more information to the index template and handler. Allow for downloads from URLs and installation from local files. Allow changing of the library path via a command line flag Automatically start the web browser on windows
2020-11-21Initial version of a web interfaceMitch Riedstra1-0/+5