Hi there. If I want to replicate pythons code like (3).to_bytes(20, "big"), how would I do it? If 20 was 32 I could do this: buf := bytes.Buffer{} …
確定! 回上一頁