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