Skip to content

Commit 28f9f49

Browse files
authored
Update conversion/base64.go
1 parent 6e1241e commit 28f9f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conversion/base64.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// ref: https://en.wikipedia.org/wiki/Base64
66
// see base64_test.go
77

8-
package conversion
8+
package conversion1
99

1010
import (
1111
"strings" // Used for efficient string builder (more efficient than simply appending strings)

0 commit comments

Comments
 (0)