Adjust the location
This commit is contained in:
parent
fe3bc44ce2
commit
a75faf333b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ type Place struct {
|
||||||
func SpinThatWheel() Place {
|
func SpinThatWheel() Place {
|
||||||
// Cool places to be in Germany :)
|
// Cool places to be in Germany :)
|
||||||
places := []Place{
|
places := []Place{
|
||||||
{Latitude: 48.119195, Longitude: 11.602183, Name: "ANX84, netcup Colocation im NorthC RZ, Nürnberg"},
|
{Latitude: 49.3895261, Longitude: 11.1764104, Name: "ANX84, netcup colocation in the NorthC RZ, Nürnberg"},
|
||||||
}
|
}
|
||||||
|
|
||||||
pick := rand.Int() % len(places)
|
pick := rand.Int() % len(places)
|
||||||
|
|
Loading…
Reference in a new issue