mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Apparently tabs are A Thing
This commit is contained in:
parent
427e4c8b1b
commit
ba4998a62b
|
|
@ -56,7 +56,7 @@ func main() {
|
||||||
go doPopulate(ch, dir)
|
go doPopulate(ch, dir)
|
||||||
|
|
||||||
go watchFS(ch, w)
|
go watchFS(ch, w)
|
||||||
fmt.Printf("Listening on port %d\n", *port)
|
fmt.Printf("Listening on port %d\n", *port)
|
||||||
http.HandleFunc("/", serve)
|
http.HandleFunc("/", serve)
|
||||||
log.Fatal(http.ListenAndServe(fmt.Sprintf(":%d", *port), nil))
|
log.Fatal(http.ListenAndServe(fmt.Sprintf(":%d", *port), nil))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue