mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-30 03:26:47 -05:00
8 lines
251 B
Go
8 lines
251 B
Go
// Copyright 2016 Attic Labs, Inc. All rights reserved.
|
|
// Licensed under the Apache License, version 2.0:
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
package aggregate
|
|
|
|
// go build fails if there are _test.go but no other go files in a directory.
|