1
0
mirror of https://github.com/zu1k/nali.git synced 2025-03-10 10:22:32 +08:00

6 lines
59 B
Go

package common
type Result interface {
String() string
}