Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
を使用してこれを引数としてクエリに渡す必要があるため、s := '{"selector:"{"Status":"open"}"}'typeに変換しようとしています。stringGetQueryResult()
s := '{"selector:"{"Status":"open"}"}'
string
GetQueryResult()
私は試しUnescapeStringましたが、引数として文字列のみを受け入れます:
UnescapeString
fmt.Println("args " ,html.UnescapeString(s)
しかしs、囲碁runeです。
s
rune