Adjust the location
All checks were successful
/ docker-image (push) Successful in 48s
/ deployment (push) Successful in 1s

This commit is contained in:
Aaron Fischer 2024-01-25 11:37:20 +01:00
parent fe3bc44ce2
commit a75faf333b

View file

@ -11,7 +11,7 @@ type Place struct {
func SpinThatWheel() Place {
// Cool places to be in Germany :)
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)