blob: 714ef9311e33f467b921dbf033943d856b7676f2 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package main
/*
Generate the tasks.json file.
*/
import (
"go.skia.org/skia/infra/bots/gen_tasks_logic"
)
func main() {
gen_tasks_logic.GenTasks(nil)
}