test_deps.go 319 B

12345678910111213
  1. // Copyright (c) 2014 The fileutil 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. // blame: jnml, labs.nic.cz
  5. package fileutil
  6. // Pull test dependencies too.
  7. // Enables easy 'go test X' after 'go get X'
  8. import (
  9. // nothing yet
  10. )