Skip to content

Commit 52693ec

Browse files
author
Sam Stenvall
committed
Replace all occurences of Jalle19 with UpCloudLtd
1 parent 2aa86f8 commit 52693ec

12 files changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/UpCloudLtd/upcloud-go-sdk.svg?branch=master)](https://travis-ci.org/UpCloudLtd/upcloud-go-sdk)
44
[![Go Report Card](https://goreportcard.com/badge/github.com/UpCloudLtd/upcloud-go-sdk)](https://goreportcard.com/report/github.com/UpCloudLtd/upcloud-go-sdk)
5-
[![GoDoc](https://godoc.org/github.com/Jalle19/upcloud-go-sdk?status.svg)](https://godoc.org/github.com/Jalle19/upcloud-go-sdk)
5+
[![GoDoc](https://godoc.org/github.com/UpCloudLtd/upcloud-go-sdk?status.svg)](https://godoc.org/github.com/UpCloudLtd/upcloud-go-sdk)
66

77
This is the SDK for interfacing with UpCloud's API using the Go programming language. The features in the development kit allow easy application creation and simplify UpCloud API integration when using Go.
88

upcloud/request/firewall.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package request
33
import (
44
"encoding/xml"
55
"fmt"
6-
"github.com/Jalle19/upcloud-go-sdk/upcloud"
6+
"github.com/UpCloudLtd/upcloud-go-sdk/upcloud"
77
)
88

99
// GetFirewallRulesRequest represents a request for retrieving the firewall rules for a specific server

upcloud/request/firewall_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package request
22

33
import (
44
"encoding/xml"
5-
"github.com/Jalle19/upcloud-go-sdk/upcloud"
5+
"github.com/UpCloudLtd/upcloud-go-sdk/upcloud"
66
"github.com/stretchr/testify/assert"
77
"testing"
88
)

upcloud/request/ip_address_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package request
22

33
import (
44
"encoding/xml"
5-
"github.com/Jalle19/upcloud-go-sdk/upcloud"
5+
"github.com/UpCloudLtd/upcloud-go-sdk/upcloud"
66
"github.com/stretchr/testify/assert"
77
"testing"
88
)

upcloud/request/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package request
33
import (
44
"encoding/xml"
55
"fmt"
6-
"github.com/Jalle19/upcloud-go-sdk/upcloud"
6+
"github.com/UpCloudLtd/upcloud-go-sdk/upcloud"
77
"strings"
88
"time"
99
)

upcloud/request/server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package request
22

33
import (
44
"encoding/xml"
5-
"github.com/Jalle19/upcloud-go-sdk/upcloud"
5+
"github.com/UpCloudLtd/upcloud-go-sdk/upcloud"
66
"github.com/stretchr/testify/assert"
77
"testing"
88
"time"

upcloud/request/storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package request
33
import (
44
"encoding/xml"
55
"fmt"
6-
"github.com/Jalle19/upcloud-go-sdk/upcloud"
6+
"github.com/UpCloudLtd/upcloud-go-sdk/upcloud"
77
"time"
88
)
99

upcloud/request/storage_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package request
22

33
import (
44
"encoding/xml"
5-
"github.com/Jalle19/upcloud-go-sdk/upcloud"
5+
"github.com/UpCloudLtd/upcloud-go-sdk/upcloud"
66
"github.com/stretchr/testify/assert"
77
"testing"
88
)

upcloud/request/tag.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package request
33
import (
44
"encoding/xml"
55
"fmt"
6-
"github.com/Jalle19/upcloud-go-sdk/upcloud"
6+
"github.com/UpCloudLtd/upcloud-go-sdk/upcloud"
77
)
88

99
// CreateTagRequest represents a request to create a tag and assign it to zero or more servers

upcloud/request/tag_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package request
22

33
import (
44
"encoding/xml"
5-
"github.com/Jalle19/upcloud-go-sdk/upcloud"
5+
"github.com/UpCloudLtd/upcloud-go-sdk/upcloud"
66
"github.com/stretchr/testify/assert"
77
"testing"
88
)

0 commit comments

Comments
 (0)