Skip to content

Commit

Permalink
Update README, add CODEOWNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnystrom committed Apr 14, 2024
1 parent d40a962 commit ca3f6de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @maxnystrom
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

# together-go

[![Go Test](https://github.com/maxnystrom/together-go/actions/workflows/go.yml/badge.svg)](https://github.com/maxnystrom/together-go/actions/workflows/go.yml)
[![codecov](https://codecov.io/gh/maxnystrom/together-go/graph/badge.svg?token=BN5HQVNYSP)](https://codecov.io/gh/maxnystrom/together-go)

> **Note**: This library is a proof-of-concept and is not yet feature-complete nor should be considered production ready.
A Go library for interacting with
Expand Down Expand Up @@ -40,7 +43,7 @@ func main() {
api, err := together.New(os.Getenv("TOGETHER_API_KEY"))
if err != nil {
log.Fatal(err)
}
}

// Most API calls require a Context
ctx := context.Background()
Expand Down

0 comments on commit ca3f6de

Please sign in to comment.