github.com/swiftstack/ProxyFS@v0.0.0-20210203235616-4017c267d62f/proxyfsd/proxyfsd/dummy_test.go (about) 1 // Copyright (c) 2015-2021, NVIDIA CORPORATION. 2 // SPDX-License-Identifier: Apache-2.0 3 4 package main 5 6 import ( 7 "testing" 8 ) 9 10 func TestDummy(t *testing.T) { 11 }