Skip to content

Commit

Permalink
Fixing lint
Browse files Browse the repository at this point in the history
Signed-off-by: Shivansh Vij <[email protected]>
  • Loading branch information
ShivanshVij committed Oct 12, 2023
1 parent 97b7762 commit 145beac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions decoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@

package polyglot

import (
"sync"
)

var decoderPool sync.Pool

type BufferDecoder []byte

func Decoder(b []byte) *BufferDecoder {
Expand Down

0 comments on commit 145beac

Please sign in to comment.