mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
Updated WebAssembly (markdown)
parent
7ff1c19e7c
commit
3c560b9f6d
@ -51,7 +51,7 @@ var (
|
|||||||
func main() {
|
func main() {
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
log.Printf("listening on %q...", *listen)
|
log.Printf("listening on %q...", *listen)
|
||||||
log.Fatal(http.ListenAndServe(*listen, http.FileServer(http.Dir(*dir)))
|
log.Fatal(http.ListenAndServe(*listen, http.FileServer(http.Dir(*dir))))
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user