github.com/btwiuse/jiri@v0.0.0-20191125065820-53353bcfef54/metadata/testdata/testbin.go (about) 1 // Copyright 2015 The Vanadium Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 // Command testbin is a test program of the -v23.metadata command line flag. 6 package main 7 8 import ( 9 "flag" 10 11 _ "github.com/btwiuse/jiri/metadata" 12 ) 13 14 func main() { 15 flag.Parse() 16 }