Skip to content

Commit 73f7012

Browse files
committed
Library EOL
Signed-off-by: 卜部 昌平 <s-urabe@sakura.ad.jp>
1 parent 85f6c26 commit 73f7012

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
> [!WARNING]
2+
>
3+
> このレポジトリの内容は下記に集約・移転しました。
4+
> github.com/sacloud/sacloud-sdk-go
5+
>
6+
> 今後は上記のレポジトリで開発を行います。
7+
> このライブラリを使用している方は、importを変更していただきますようお願いいたします。
8+
>
9+
> ```go
10+
> // 変更前
11+
> import "github.com/sacloud/apigw-api-go"
12+
>
13+
> // 変更後
14+
> import "github.com/sacloud/sacloud-sdk-go/api/apigw"
15+
> ```
16+
117
# sacloud/apigw-api-go
218
319
Go言語向けのさくらのクラウド APIゲートウェイ APIライブラリ

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Deprecated: This module has moved to github.com/sacloud/sacloud-sdk-go.
2+
// Please migrate to that module. This repository will be archived.
13
module github.com/sacloud/apigw-api-go
24

35
go 1.25.0

version.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
// Deprecated: This module has moved to github.com/sacloud/sacloud-sdk-go.
16+
// Please migrate to that module. This repository will be archived.
1517
package apigw
1618

1719
const Version = "0.3.0"

0 commit comments

Comments
 (0)