파이썬에서
sex.txt

파일읽기 테스트
1
2
3
4

a.py

f=opne("sex.txt","rb")
ff=readlines()
print(ff)

처럼 rb로 바이너리모드로 읽어서
쓰고 싶은데

go에서는 어떻게 해야돼요?

ioutil.readfile
readall
os.open
os.openfile
binary.read
뭐 엄청 많던데
어떻게 쓰는지 하나도 모르겠어요