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

6 lines
59 B
Go

package common
type Result interface {
String() string
}