github.com/cznic/mathutil@v0.0.0-20181122101859-297441e03548/test_deps.go (about) 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 6 7 // Pull test dependencies too. 8 // Enables easy 'go test X' after 'go get X' 9 import ( 10 // nothing yet 11 )