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

6 lines
59 B
Go
Raw Normal View History

package common
type Result interface {
String() string
}