We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1241e commit 28f9f49Copy full SHA for 28f9f49
conversion/base64.go
@@ -5,7 +5,7 @@
5
// ref: https://en.wikipedia.org/wiki/Base64
6
// see base64_test.go
7
8
-package conversion
+package conversion1
9
10
import (
11
"strings" // Used for efficient string builder (more efficient than simply appending strings)
0 commit comments