Skip to content

Commit

Permalink
single import
Browse files Browse the repository at this point in the history
  • Loading branch information
rohenaz committed Dec 1, 2020
1 parent 30443bf commit c2a912f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions varint.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package bt

import (
"encoding/binary"
)
import "encoding/binary"

// VarInt takes an unsigned integer and returns a byte array in VarInt format.
// See http://learnmeabitcoin.com/glossary/varint
Expand Down

0 comments on commit c2a912f

Please sign in to comment.