9 lines
119 B
Go
9 lines
119 B
Go
package web
|
|
|
|
// web server for the discord-auto-upload package
|
|
|
|
// Init - start the web server
|
|
func Init() {
|
|
return
|
|
}
|