diff --git a/examples/GetiOSUpdates/GetiOSUpdates.go b/examples/GetiOSUpdates/GetiOSUpdates.go index c3b9b4e..9cc9a78 100644 --- a/examples/GetiOSUpdates/GetiOSUpdates.go +++ b/examples/GetiOSUpdates/GetiOSUpdates.go @@ -7,14 +7,12 @@ import ( "encoding/json" "fmt" "log" - - "github.com/deploymenttheory/go-api-sdk-sofa/sdk/sofa" ) func main() { fmt.Println("Fetching iOS updates...") - data, err := sofa.GetiOSUpdates() + data, err := sofa. if err != nil { log.Fatalf("Error fetching iOS updates: %v", err) }