for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
package go_hkid
type hkidInterface interface {
GetPart1() string
GetPart2() string
GetPart3() string
Format() string
}