mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 23:15:06 +00:00
add the place service (#376)
This commit is contained in:
10
place/handler/place.go
Normal file
10
place/handler/place.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package handler
|
||||
|
||||
type Place struct{
|
||||
*Google
|
||||
}
|
||||
|
||||
func New() *Place {
|
||||
g := NewGoogle()
|
||||
return &Place{g}
|
||||
}
|
||||
Reference in New Issue
Block a user