mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-17 02:48:57 -07:00
14 lines
319 B
Go
14 lines
319 B
Go
// Copyright (c) 2014 The fileutil Authors. 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 fileutil
|
|
|
|
// Pull test dependencies too.
|
|
// Enables easy 'go test X' after 'go get X'
|
|
import (
|
|
// nothing yet
|
|
)
|