blob: 4e484642b593b136bbe2976079c002cce5b3bcf3 [file] [log] [blame]
// Copyright 2020 The Chromium OS 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
import "tnull/driver"
import tnProto "go.chromium.org/chromiumos/config/go/api/test/tnull/v1"
// Main does something eventually.
func main() {
var _ *driver.Driver
var _ tnProto.Steps
panic("Not yet implemented")
}