tmp
This commit is contained in:
14
examples/discogs_example.go
Normal file
14
examples/discogs_example.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/irlndts/go-discogs/discogs"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func main() {
|
||||
client := &http.Client{}
|
||||
discogs := discogs.NewClient(client)
|
||||
fmt.Println(discogs)
|
||||
|
||||
}
|
Reference in New Issue
Block a user