YT-DL/app/webserver.go

10 lines
78 B
Go
Raw Normal View History

2022-01-11 20:05:12 +01:00
package webserver
import (
"net/http"
)
func main() {
http.HandleFunc()
}