diff options
Diffstat (limited to 'test/args.go')
-rw-r--r-- | test/args.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/args.go b/test/args.go index ba9a377a6..db624e9c2 100644 --- a/test/args.go +++ b/test/args.go @@ -4,6 +4,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// Test os.Args. + package main import "os" |