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 <img width="1130" alt="image" src="https://user-images.githubusercontent.com/58313429/223042174-886eec00-6f02-419a-b159-8570b9007a04.png"> <img width="1574" alt="image" src="https://user-images.githubusercontent.com/58313429/223042071-963dc665-5df9-4624-8f55-879512fddb3c.png"> ├── static │ └── js │ └── index.js ├── templates │ └── index.html