YT-DL/app/webserver.go
2022-01-11 20:05:12 +01:00

10 lines
78 B
Go

package webserver
import (
"net/http"
)
func main() {
http.HandleFunc()
}