mirror of
https://github.com/zu1k/nali.git
synced 2025-02-02 10:22:41 +08:00
6 lines
59 B
Go
6 lines
59 B
Go
|
package common
|
||
|
|
||
|
type Result interface {
|
||
|
String() string
|
||
|
}
|