summaryrefslogtreecommitdiffstats
path: root/routers/home.go
blob: 5bb12f6ddd2b3145ce9d5a58e57c91534923db38 (plain)
1
2
3
4
5
6
7
8
9
// Copyright 2014 The Gogs 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 routers

func HomeGet() string {
	return "Hello world!"
}