Initial commit, just the basic webui layout and basic golang backend with websocket communication tested.

This commit is contained in:
2017-09-15 16:49:20 -04:00
parent 0a8bef2917
commit 5489b3d59b
26 changed files with 552 additions and 0 deletions

9
.idea/torrent-project.iml generated Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="Go" enabled="true" />
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>