初始化捏
This commit is contained in:
5
interface.go
Normal file
5
interface.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package lab
|
||||
|
||||
type Animal interface {
|
||||
sound() string
|
||||
}
|
||||
Reference in New Issue
Block a user