mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-17 13:24:56 +00:00
Fix js import problem in js client (#234)
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
func AskAquestion() {
|
||||
answerService := answer.NewAnswerService(os.Getenv("MICRO_API_TOKEN"))
|
||||
rsp, err := answerService.Question(&answer.QuestionRequest{
|
||||
Query: "google",
|
||||
Query: "microsoft",
|
||||
})
|
||||
fmt.Println(rsp, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user