// Copyright (c) 2011 CZ.NIC z.s.p.o. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// blame: jnml, labs.nic.cz

package falloc // import "modernc.org/fileutil/falloc"

// Pull test dependencies too.
// Enables easy 'go test X' after 'go get X'
import (
	_ "modernc.org/fileutil"
	_ "modernc.org/fileutil/storage"
	_ "modernc.org/mathutil"
)
