File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
319Go言語向けのさくらのクラウド APIゲートウェイ APIライブラリ
Original file line number Diff line number Diff line change 1+ // Deprecated: This module has moved to github.com/sacloud/sacloud-sdk-go.
2+ // Please migrate to that module. This repository will be archived.
13module github.com/sacloud/apigw-api-go
24
35go 1.25.0
Original file line number Diff line number Diff line change 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.
1517package apigw
1618
1719const Version = "0.3.0"
You can’t perform that action at this time.
0 commit comments