Chromium Code Reviews| Index: vpython/doc.go |
| diff --git a/vpython/doc.go b/vpython/doc.go |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..3c9bdf65c0c82ffae8b94bfda25322141a7c0a43 |
| --- /dev/null |
| +++ b/vpython/doc.go |
| @@ -0,0 +1,6 @@ |
| +// Copyright 2017 The LUCI Authors. All rights reserved. |
| +// Use of this source code is governed under the Apache License, Version 2.0 |
| +// that can be found in the LICENSE file. |
| + |
| +// Package vpython implements the vpython tool and associated libraries. |
| +package vpython |