1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-22 21:29:02 +08:00
nali/pkg/common/result.go

6 lines
59 B
Go

package common
type Result interface {
String() string
}