5 lines
88 B
Go
5 lines
88 B
Go
package database
|
|
|
|
func PutMany(collection string, data []Service) bool {
|
|
return false
|
|
} |