mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-14 12:04:41 +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/forex"
|
||||
"os"
|
||||
|
||||
"github.com/micro/services/clients/go/forex"
|
||||
)
|
||||
|
||||
// Returns the data for the previous close
|
||||
|
||||
@@ -2,8 +2,9 @@ package example
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/micro/services/clients/go/forex"
|
||||
"os"
|
||||
|
||||
"github.com/micro/services/clients/go/forex"
|
||||
)
|
||||
|
||||
// Get the latest price for a given forex ticker
|
||||
|
||||
@@ -2,8 +2,9 @@ package example
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/micro/services/clients/go/forex"
|
||||
"os"
|
||||
|
||||
"github.com/micro/services/clients/go/forex"
|
||||
)
|
||||
|
||||
// Get the latest quote for the forex
|
||||
|
||||
Reference in New Issue
Block a user