Skip to content

Commit 565f882

Browse files
Kjetil Hope Tuftelandkhtufteland
authored andcommitted
handle organization rename
1 parent 66a0cb9 commit 565f882

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Operation [![GitHub Actions](https://github.com/searis/op/workflows/Go/badge.svg?branch=master)](https://github.com/searis/op/actions?query=workflow%3AGo+branch%3Amaster) [![GoDev](https://img.shields.io/static/v1?label=go.dev&message=reference&color=blue)](https://pkg.go.dev/github.com/searis/op)
1+
# Operation [![GitHub Actions](https://github.com/clarify/op/workflows/Go/badge.svg?branch=master)](https://github.com/clarify/op/actions?query=workflow%3AGo+branch%3Amaster) [![GoDev](https://img.shields.io/static/v1?label=go.dev&message=reference&color=blue)](https://pkg.go.dev/github.com/clarify/op)
22

33
The Operation package provides utilities for controlling go-routines and the program run-time by use of [context](https://golang.org/pkg/context). It is built-up by the following main concepts.
44

examples/full-program/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"os"
99
"time"
1010

11-
"github.com/searis/op"
11+
"github.com/clarify/op"
1212
)
1313

1414
func main() {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/searis/op
1+
module github.com/clarify/op
22

33
go 1.13

0 commit comments

Comments
 (0)