We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e8358 commit 13b4706Copy full SHA for 13b4706
1 file changed
world/namespace.go
@@ -25,7 +25,7 @@ func NewNamespace(name string) *Namespace {
25
}
26
27
28
-func (n *Namespace) SaveLocation(id string, lat float64, lon float64) (*Location, error) {
+func (n *Namespace) SaveLocation(id string, lat, lon float64) (*Location, error) {
29
n.mu.Lock()
30
defer n.mu.Unlock()
31
0 commit comments