kma 구현

This commit is contained in:
2025-12-17 01:16:42 +09:00
parent 947e383e55
commit 9589ba8031
6 changed files with 667 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package kma
import "errors"
var (
ErrForecast = errors.New("error in get forecast")
)