diff options
author | Nick White <git@njw.name> | 2020-04-14 11:56:56 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-04-14 11:56:56 +0100 |
commit | 848f961c277525ebba3ab08fadc116970bcfed24 (patch) | |
tree | 00a6883568c29ac34d56f958f7d3479e372d8c31 /cmd/pare-gt/main.go | |
parent | d9612a98ab66409858e07a9a430d40beac1b17b8 (diff) |
Add godoc documentation
Diffstat (limited to 'cmd/pare-gt/main.go')
-rw-r--r-- | cmd/pare-gt/main.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/pare-gt/main.go b/cmd/pare-gt/main.go index 1180607..f5da496 100644 --- a/cmd/pare-gt/main.go +++ b/cmd/pare-gt/main.go @@ -2,6 +2,9 @@ // Use of this source code is governed by the GPLv3 // license that can be found in the LICENSE file. +// pare-gt moves some ground truth, ensuring that the same +// proportions of each ground truth source are represented in the +// moved section package main import ( |