test_deps.go 312 B

12345678910111213
  1. // Copyright (c) 2011 CZ.NIC z.s.p.o. 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 storage
  6. // Pull test dependencies too.
  7. // Enables easy 'go test X' after 'go get X'
  8. import (
  9. // nothing yet
  10. )