Add empty web class for the upcoming build-in web server

This commit is contained in:
2017-07-26 14:24:02 +09:30
parent 450765145b
commit ab54ace0d2
2 changed files with 12 additions and 0 deletions

8
web/web.go Normal file
View File

@@ -0,0 +1,8 @@
package web
// web server for the discord-auto-upload package
// Init - start the web server
func Init() {
return
}