WEQServer/internal/biz/earthquake.go

8 lines
101 B
Go
Raw Normal View History

package biz
2025-11-03 11:12:39 +00:00
var _earthquakeInfo string
func GetEarthquakeInfo() string {
return _earthquakeInfo
}