We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ad431 commit 635729fCopy full SHA for 635729f
encoding.go
@@ -1,6 +1,6 @@
1
package binarydist
2
3
-// Smle is the numeric encoding used by the bsdiff tools.
+// SignMagLittleEndian is the numeric encoding used by the bsdiff tools.
4
// It implements binary.ByteOrder using a sign-magnitude format
5
// and little-endian byte order. Only methods Uint64 and String
6
// have been written; the rest panic.
0 commit comments