mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-15 20:44:46 +00:00
Commit from GitHub Actions (Publish APIs & Clients)
This commit is contained in:
@@ -2,8 +2,9 @@ package example
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/micro/services/clients/go/weather"
|
||||
"os"
|
||||
|
||||
"github.com/micro/services/clients/go/weather"
|
||||
)
|
||||
|
||||
// Get the weather forecast for the next 1-10 days
|
||||
|
||||
@@ -2,8 +2,9 @@ package example
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/micro/services/clients/go/weather"
|
||||
"os"
|
||||
|
||||
"github.com/micro/services/clients/go/weather"
|
||||
)
|
||||
|
||||
// Get the current weather report for a location by postcode, city, zip code, ip address
|
||||
|
||||
Reference in New Issue
Block a user