test_deps.go (323B)
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 5 package mathutil // import "modernc.org/mathutil" 6 7 // Pull test dependencies too. 8 // Enables easy 'go test X' after 'go get X' 9 import ( 10 // nothing yet 11 )