Skip to content

Commit 657253d

Browse files
committed
- [+] add copyright to flag_array
1 parent 9f2915c commit 657253d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

flag_array.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
////////////////////////////////////////////////////////////////////////////
2+
// Porgram: flag_array
3+
// Purpose: a user-defined Go flag type that allows multiple occurrence
4+
// Authors: Tong Sun (c) 2021, All rights reserved
5+
// License: MIT
6+
////////////////////////////////////////////////////////////////////////////
17
// Refs https://github.com/suntong/lang/blob/master/lang/Go/src/sys/CommandLineFlagArray.go
28

39
package main

0 commit comments

Comments
 (0)