How do I convert [Size]byte to string in Go? April 18, 2023 by Tarik You can refer to it as a slice: pass = string(b[:])