6 lines
43 B
Go
6 lines
43 B
Go
|
package dao
|
||
|
|
||
|
type Interface interface {
|
||
|
|
||
|
}
|