diff options
Diffstat (limited to 'runsc/flag/flag.go')
-rw-r--r-- | runsc/flag/flag.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/flag/flag.go b/runsc/flag/flag.go index ba1ff833f..775325c06 100644 --- a/runsc/flag/flag.go +++ b/runsc/flag/flag.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Package flag wraps flag primitives. package flag import ( |