aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/dashboard.go
blob: 54b41c98df4fc510848541ee148ccd9df6d92692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2019 syzkaller project authors. All rights reserved.
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.

package main

import (
	"google.golang.org/appengine/v2"
)

func main() {
	installConfig(mainConfig)
	appengine.Main()
}