Skip to content

Commit

Permalink
Reflect repository transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
borodiychuk committed Mar 26, 2024
1 parent 2be63c1 commit d663e92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hasty API Go client

[![Build](https://github.com/hasty-ai/hasty-go/workflows/Build/badge.svg)](https://github.com/hasty-ai/hasty-go/actions)
[![Build](https://github.com/cloudfactory/hasty-go/workflows/Build/badge.svg)](https://github.com/cloudfactory/hasty-go/actions)

This is a client for Hasty API for gophers.

Expand All @@ -15,11 +15,11 @@ First go to workspace settings, then "API accounts". Create new API account for

Get Hasty client:
```
go get -u github.com/hasty-ai/hasty-go
go get -u github.com/cloudfactory/hasty-go
```
Import it into your package:
```
import "github.com/hasty-ai/hasty-go"
import "github.com/cloudfactory/hasty-go"
```
Obtain and provide API key, and instantiate the client:
```
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/hasty-ai/hasty-go
module github.com/cloudfactory/hasty-go

go 1.14

0 comments on commit d663e92

Please sign in to comment.