Use syscall.UTF16ToString with a converted []uint16 slice for simplicity, or unicode/utf16.Decode for flexibility. Both will let you print the string to the console.