gopherdata / gopherdata/gophernotes
reflect.Value.Convert: value of type reflect.Value cannot be converted to type http.FileSystem
Offen
- Vorherrschende Sprache
- Go
- Sterne
- 4k
- Forks
- 264
- Ø Merge
- 7 T. 21 Std.
- Gemergte PRs (30 T.)
- 1
Beschreibung
I meet the question that
```
reflect.Value.Convert: value of type reflect.Value cannot be converted to type http.FileSystem
```
which was seemd caused by
```go
http.Handle("/js/", http.StripPrefix("/js/", http.FileServer(http.Dir("js"))))
```
by the way it's running in goland


├── static
│ └── js
│ └── index.js
├── templates
│ └── index.html
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.