Skip to content

Commit

Permalink
Transfer to caiyunapp
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Jul 19, 2023
1 parent 0366a31 commit e88522a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 ringsaturn
Copyright (c) 2023 caiyunapp

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
Install via:

```bash
go install github.com/ringsaturn/oap
go install github.com/caiyunapp/oap
```

Usage like:

```go
import "github.com/ringsaturn/oap"
import "github.com/caiyunapp/oap"

type DemoConfig struct {
Int int `apollo:"int"`
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/ringsaturn/oap
module github.com/caiyunapp/oap

go 1.20

Expand Down
2 changes: 1 addition & 1 deletion oap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"testing"
"time"

"github.com/caiyunapp/oap"
"github.com/philchia/agollo/v4"
"github.com/ringsaturn/oap"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.uber.org/mock/gomock"
Expand Down

0 comments on commit e88522a

Please sign in to comment.