mirror of
https://github.com/jwetzell/psn-go.git
synced 2026-08-12 10:53:54 +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)
|
|
}
|