To convert hex into a string, use the DecodeString method from encoding/hex package. package main import ( "encoding/hex" "fmt" ) func main ...
確定! 回上一頁