Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename longbridgeapp to longbridge. #1

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading