Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Update mod name
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Williams authored and agouil committed Jul 27, 2022
1 parent 12d0f4d commit d3507f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# segment-config-go

[![Github Actions](https://github.com/ajbosco/segment-config-go/workflows/build/badge.svg?branch=master&event=push)](https://github.com/ajbosco/segment-config-go/actions?workflow=build)
[![Go Report Card](https://goreportcard.com/badge/github.com/ajbosco/segment-config-go?style=flat-square)](https://goreportcard.com/report/github.com/ajbosco/segment-config-go)
[![GoDoc](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square)](https://godoc.org/github.com/ajbosco/segment-config-go/segment)
[![Github Actions](https://github.com/uswitch/segment-config-go/workflows/build/badge.svg?branch=master&event=push)](https://github.com/uswitch/segment-config-go/actions?workflow=build)
[![Go Report Card](https://goreportcard.com/badge/github.com/uswitch/segment-config-go?style=flat-square)](https://goreportcard.com/report/github.com/uswitch/segment-config-go)
[![GoDoc](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square)](https://godoc.org/github.com/uswitch/segment-config-go/segment)

segment-config-go is a Go client library for accessing the [Segment Config](https://segment.com/docs/config-api/) API.

Expand All @@ -21,7 +21,7 @@ segment-config-go requires a Segment Personal Access Token for authentication. Y
## Usage

```go
import "github.com/ajbosco/segment-config-go/segment"
import "github.com/uswitch/segment-config-go/segment"
```

Construct a new Segment client with your access token and Segment workspace. For example:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/ajbosco/segment-config-go
module github.com/uswitch/segment-config-go

go 1.16

Expand Down

0 comments on commit d3507f2

Please sign in to comment.