File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
66updating-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
2020func main () {
@@ -43,4 +43,4 @@ func main() {
4343 fmt.Printf (" %s \n " , resource.Get ().(string ))
4444
4545}
46- ~~~~
46+ ~~~~
Original file line number Diff line number Diff line change 44 "fmt"
55 "time"
66
7- "github.com/sebogh /updating-resource"
7+ "github.com/heimdalr /updating-resource"
88)
99
1010func Example () {
Original file line number Diff line number Diff line change 1- module github.com/sebogh /updating-resource
1+ module github.com/heimdalr /updating-resource
22
33go 1.15
44
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package updatingresource_test
22
33import (
44 "fmt"
5- "github.com/sebogh /updating-resource"
5+ "github.com/heimdalr /updating-resource"
66 "reflect"
77 "testing"
88 "time"
You can’t perform that action at this time.
0 commit comments