add the forecast endpoint

This commit is contained in:
Asim Aslam
2021-06-23 11:15:05 +01:00
parent 0e3fe5d360
commit ae4711da2d
6 changed files with 673 additions and 109 deletions

View File

@@ -1,10 +1,10 @@
package main
import (
"github.com/micro/services/weather/handler"
pb "github.com/micro/services/weather/proto"
"github.com/micro/micro/v3/service"
"github.com/micro/micro/v3/service/logger"
"github.com/micro/services/weather/handler"
pb "github.com/micro/services/weather/proto"
)
func main() {