blob: 1b42213e2586904d6da6fd372384a00c3c6b22c0 [file] [log] [blame]
// Copyright 2020 The Fuchsia 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 lib
import (
"testing"
)
func TestTraverse(t *testing.T) {
// TODO(solomonkinard) implement
}