mirror of
https://github.com/jwetzell/psn-go.git
synced 2026-08-16 04:43:38 +00:00
6 lines
155 B
Go
6 lines
155 B
Go
package encoders
|
|
|
|
func EncodeInfoTrackerChunk(trackerId uint16, trackerNameChunk []byte) []byte {
|
|
return EncodeChunk(trackerId, trackerNameChunk, true)
|
|
}
|