From 0d0c73819d94d0cc14ee466d4170a068a2dbb818 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 11 Nov 2016 21:52:21 +0800 Subject: [PATCH] ask for go get from code.gitea.io/sdk/gitea --- gitea/doc.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gitea/doc.go diff --git a/gitea/doc.go b/gitea/doc.go new file mode 100644 index 0000000..6bd327d --- /dev/null +++ b/gitea/doc.go @@ -0,0 +1,5 @@ +// 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 // import "code.gitea.io/sdk/gitea"