gitlab.com/evatix-go/core@v1.3.55/coreinterface/Inter.go (about) 1 package coreinterface 2 3 type Inter interface { 4 Int() int 5 }