2
0
mirror of synced 2025-02-22 21:58:24 +00:00
torrent/peerid.go
Matt Joiner 5501f994ca
Move a bunch of stuff into subpackages
The core package is very large now, and often only parts of it are needed.
2022-11-15 23:31:26 +11:00

6 lines
89 B
Go

package torrent
import "github.com/anacrolix/torrent/types"
type PeerID = types.PeerID