1
0
mirror of https://gitea.com/gitea/redirects synced 2025-10-06 00:02:57 +02:00

Migrate go-sdk to gitea.com (#49)

This commit is contained in:
techknowlogick
2019-07-09 23:51:04 -04:00
committed by Lunny Xiao
parent 52fb36f5b5
commit 4cdad5a8c7

View File

@@ -5,10 +5,10 @@ weight: 20
toc: false
draft: false
menu: "sidebar"
goimport: "code.gitea.io/sdk git https://github.com/go-gitea/go-sdk"
gosource: "code.gitea.io/sdk https://github.com/go-gitea/go-sdk https://github.com/go-gitea/go-sdk/tree/master{/dir} https://github.com/go-gitea/go-sdk/blob/master{/dir}/{file}#L{line}"
goimport: "code.gitea.io/sdk git https://gitea.com/gitea/go-sdk"
gosource: "code.gitea.io/sdk https://gitea.com/gitea/go-sdk https://gitea.com/gitea/go-sdk/tree/master{/dir} https://gitea.com/gitea/go-sdk/blob/master{/dir}/{file}#L{line}"
---
# SDK - Go SDK for Gitea
This is the URL of the import path for our [Go SDK](http://github.com/go-gitea/go-sdk).
This is the URL of the import path for our [Go SDK](http://gitea.com/gitea/go-sdk).