8 lignes
98 o
Go
8 lignes
98 o
Go
|
package scraperService
|
||
|
|
||
|
import (
|
||
|
"errors"
|
||
|
)
|
||
|
|
||
|
var ErrShortPacket = errors.New("short udp packet")
|