e5b5b3447a
closes #599 "blocks" #598 Co-authored-by: Norwin <git@nroo.de> Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/602 Reviewed-by: techknowlogick <techknowlogick@gitea.io> Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: Norwin <noerw@noreply.gitea.io> Co-committed-by: Norwin <noerw@noreply.gitea.io>
9 lines
398 B
Go
9 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"
|