test_deps.go 323 B

1234567891011
  1. // Copyright (c) 2014 The mathutil 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. package mathutil // import "modernc.org/mathutil"
  5. // Pull test dependencies too.
  6. // Enables easy 'go test X' after 'go get X'
  7. import (
  8. // nothing yet
  9. )