Add empty web class for the upcoming build-in web server
This commit is contained in:
8
web/web.go
Normal file
8
web/web.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package web
|
||||
|
||||
// web server for the discord-auto-upload package
|
||||
|
||||
// Init - start the web server
|
||||
func Init() {
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user