Skip to content

Commit 0be3e1f

Browse files
switched to heimdalr
1 parent f105bb0 commit 0be3e1f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# updating-resource
22

3-
[![Tests](https://github.com/sebogh/updating-resource/workflows/Tests/badge.svg)](https://github.com/sebogh/updating-resource/actions?query=workflow%3ATests)
4-
[![Go Reference](https://pkg.go.dev/badge/github.com/sebogh/updating-resource.svg)](https://pkg.go.dev/github.com/sebogh/updating-resource)
3+
[![Tests](https://github.com/heimdalr/updating-resource/workflows/Tests/badge.svg)](https://github.com/heimdalr/updating-resource/actions?query=workflow%3ATests)
4+
[![Go Reference](https://pkg.go.dev/badge/github.com/heimdalr/updating-resource.svg)](https://pkg.go.dev/github.com/heimdalr/updating-resource)
55

66
updating-resource provides means to wrap objects whose value is then regularly and asynchronously computed / updated.
77

@@ -14,7 +14,7 @@ import (
1414
"fmt"
1515
"time"
1616

17-
"github.com/sebogh/updating-resource"
17+
"github.com/heimdalr/updating-resource"
1818
)
1919

2020
func main() {
@@ -43,4 +43,4 @@ func main() {
4343
fmt.Printf("%s\n", resource.Get().(string))
4444

4545
}
46-
~~~~
46+
~~~~

example_basic_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"time"
66

7-
"github.com/sebogh/updating-resource"
7+
"github.com/heimdalr/updating-resource"
88
)
99

1010
func Example() {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/sebogh/updating-resource
1+
module github.com/heimdalr/updating-resource
22

33
go 1.15
44

updatingresource_test.go

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

33
import (
44
"fmt"
5-
"github.com/sebogh/updating-resource"
5+
"github.com/heimdalr/updating-resource"
66
"reflect"
77
"testing"
88
"time"

0 commit comments

Comments
 (0)