Skip to content

Commit

Permalink
Merge pull request #1 from longbridge/rename-longbridge
Browse files Browse the repository at this point in the history
Rename `longbridgeapp` to `longbridge`.
  • Loading branch information
huacnlee authored Dec 10, 2024
2 parents 78a940a + b813625 commit 38352be
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 @@
# Assert

[![Go](https://github.com/longbridgeapp/assert/actions/workflows/go.yml/badge.svg)](https://github.com/longbridgeapp/assert/actions/workflows/go.yml)
[![Go](https://github.com/longbridge/assert/actions/workflows/go.yml/badge.svg)](https://github.com/longbridge/assert/actions/workflows/go.yml)

> 🍯 Requirement Go 1.18+ for Generics, lower Go version please use 0.x
Expand All @@ -12,7 +12,7 @@ Extends [stretchr/testify/assert](https://github.com/stretchr/testify/tree/maste
## Installation

```bash
go get github.com/longbridgeapp/assert
go get github.com/longbridge/assert
```

## Usage
Expand All @@ -21,7 +21,7 @@ go get github.com/longbridgeapp/assert
package some_test

import (
"github.com/longbridgeapp/assert"
"github.com/longbridge/assert"
)

func TestSomeMethod(t *testing.T) {
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/longbridgeapp/assert
module github.com/longbridge/assert

go 1.18

Expand Down

0 comments on commit 38352be

Please sign in to comment.