Files
go-sdk/gitea/doc.go
Norwin e5b5b3447a
Some checks failed
continuous-integration/drone/push Build is failing
Fix broken CI (#602)
closes #599
"blocks" #598

Co-authored-by: Norwin <[email protected]>
Reviewed-on: #602
Reviewed-by: techknowlogick <[email protected]>
Reviewed-by: 6543 <[email protected]>
Co-authored-by: Norwin <[email protected]>
Co-committed-by: Norwin <[email protected]>
2022-09-16 01:47:16 +08:00

10 lines
398 B
Go

// Copyright 2016 The Gitea Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
// Package gitea implements a client for the Gitea API.
// The version corresponds to the highest supported version
// of the gitea API, but backwards-compatibility is mostly
// given.
package gitea // import "code.gitea.io/sdk/gitea"