gopherdata / gopherdata/gophernotes
reflect.Value.Convert: value of type reflect.Value cannot be converted to type http.FileSystem
オープン
- 主要言語
- Go
- スター
- 4k
- フォーク
- 264
- 平均マージ
- 7日 21時間
- マージ済み PR(30日)
- 1
説明
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
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。