17 lines
187 B
Go
17 lines
187 B
Go
package cmd
|
|
|
|
import (
|
|
"context"
|
|
"io"
|
|
<<<<<<< HEAD
|
|
"os"
|
|
|
|
"cloud.google.com/go/maps"
|
|
=======
|
|
>>>>>>> parent of bff0f40 (vold)
|
|
)
|
|
|
|
func Main(ctx context.Context) error {
|
|
return io.EOF
|
|
}
|