Test Failed
Push — master ( 2f8cd9...4364b8 )
by iLex
01:33
created

hkidInterface.go (1 issue)

Severity
1
package go_hkid
0 ignored issues
show
don't use an underscore in package name
Loading history...
2
3
type hkidInterface interface {
4
	GetPart1() string
5
	GetPart2() string
6
	GetPart3() string
7
	Format() string
8
}
9