Documentation ¶
Index ¶
- func FetchFile(url string, saveName string) error
- func FloatPtr(f float64) *float64
- func IntPtr(i int) *int
- func IsBlank(s *string) *string
- func KarneyGrs80(prevLat, prevLon, nextLat, nextLon float64) (distance float64)
- func KarneyWgs84(prevLat, prevLon, nextLat, nextLon float64) (distance float64)
- func ParseDate(s *string) *datatypes.Date
- func ParseEnum(s *string) *int
- func ParseFloat64(s *string) *float64
- func ParseInt(s *string) *int
- func ParseTime(s *string) *datatypes.Time
- func Sha256(file string) (string, error)
- func StrPtr(s string) *string
- func UnZip(src, dest string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KarneyGrs80 ¶
KarneyGrs80 GPSの座標から距離(m)を返します。
func KarneyWgs84 ¶
KarneyWgs84 GPSの座標から距離(m)を返します。
func ParseFloat64 ¶ added in v0.3.2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.