Skip to content

Instantly share code, notes, and snippets.

@bykof
Last active July 3, 2020 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bykof/f7fe14ee9e0917fc444a8a73b40dc801 to your computer and use it in GitHub Desktop.
Save bykof/f7fe14ee9e0917fc444a8a73b40dc801 to your computer and use it in GitHub Desktop.
package infrastructure
import (
"encoding/json"
"example.com/dingo_example/domain"
"fmt"
"io/ioutil"
"net/http"
)
type ConcreteProductAPI struct {
ApiUrl string `inject:"config:productApiUrl"`
)
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment