From 6e905d4dae63bd4e5e157e72e021b6adabbd96d8 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sat, 12 Nov 2016 01:29:07 +0800 Subject: [PATCH] ask for go get from code.gitea.io/git (#4) --- doc.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc.go diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..1941d28 --- /dev/null +++ b/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 git // import "code.gitea.io/git"