10 lines
77 B
Go
10 lines
77 B
Go
package utils
|
|
|
|
import (
|
|
|
|
)
|
|
|
|
type SaprusPacket struct {
|
|
callType [2]string
|
|
}
|