Skip to content

Commit

Permalink
feat(dec): use asm/base64
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jan 12, 2022
1 parent cc52389 commit fb7517a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dec_b64.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package jx

import (
"encoding/base64"

"github.com/go-faster/errors"
"github.com/segmentio/asm/base64"
)

// Base64 decodes base64 encoded data from string.
Expand Down

0 comments on commit fb7517a

Please sign in to comment.