mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-22 01:17:11 +08:00
6 lines
67 B
Go
6 lines
67 B
Go
package flight
|
|
|
|
type Position struct {
|
|
Lat float32
|
|
Lng float32
|
|
}
|