gopherdata / gopherdata/gophernotes
reflect.Value.Convert: value of type reflect.Value cannot be converted to type http.FileSystem
Abierto
- Lenguaje dominante
- Go
- Estrellas
- 4k
- Forks
- 264
- Merge medio
- 7 d 21 h
- PR fusionados (30 d)
- 1
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.