github.com/golang/dep@v0.5.4/cmd/dep/testdata/harness_tests/init/glide/case1/initial/samples/samples.go (about)

     1  // Copyright 2016 The Go 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  package samples
     6  
     7  import dt "github.com/carolynvs/go-dep-test"
     8  
     9  func Sample1() int {
    10  	var x = dt.Thing
    11  	return x
    12  }