From 34eee25bd42d19287e3e33afd169cc979ab61f37 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sat, 11 May 2019 18:21:34 +0800 Subject: Move sdk structs to modules/structs (#6905) * move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor --- modules/structs/doc.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/structs/doc.go (limited to 'modules/structs/doc.go') diff --git a/modules/structs/doc.go b/modules/structs/doc.go new file mode 100644 index 0000000000..4c2fdbf73d --- /dev/null +++ b/modules/structs/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 structs -- cgit v1.2.3