File tree 11 files changed +44
-11
lines changed
11 files changed +44
-11
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,36 @@ go.work.sum
23
23
24
24
# env file
25
25
.env
26
+
27
+ # ## macOS ###
28
+ # General
29
+ .DS_Store
30
+ .AppleDouble
31
+ .LSOverride
32
+
33
+ # Icon must end with two \r
34
+ Icon
35
+
36
+
37
+ # Thumbnails
38
+ ._ *
39
+
40
+ # Files that might appear in the root of a volume
41
+ .DocumentRevisions-V100
42
+ .fseventsd
43
+ .Spotlight-V100
44
+ .TemporaryItems
45
+ .Trashes
46
+ .VolumeIcon.icns
47
+ .com.apple.timemachine.donotpresent
48
+
49
+ # Directories potentially created on remote AFP share
50
+ .AppleDB
51
+ .AppleDesktop
52
+ Network Trash Folder
53
+ Temporary Items
54
+ .apdisk
55
+
56
+ # ## macOS Patch ###
57
+ # iCloud generated files
58
+ * .icloud
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package modctl
17
+ package cmd
18
18
19
19
import (
20
20
"context"
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package modctl
17
+ package cmd
18
18
19
19
import (
20
20
"context"
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package modctl
17
+ package cmd
18
18
19
19
import (
20
20
"bufio"
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package modctl
17
+ package cmd
18
18
19
19
import (
20
20
"context"
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package modctl
17
+ package cmd
18
18
19
19
import (
20
20
"context"
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package modctl
17
+ package cmd
18
18
19
19
import (
20
20
"context"
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package modctl
17
+ package cmd
18
18
19
19
import (
20
20
"context"
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package modctl
17
+ package cmd
18
18
19
19
import (
20
20
"context"
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package modctl
17
+ package cmd
18
18
19
19
import (
20
20
"os"
Original file line number Diff line number Diff line change 16
16
17
17
package main
18
18
19
- import "github.com/CloudNativeAI/modctl/cmd/modctl "
19
+ import "github.com/CloudNativeAI/modctl/cmd"
20
20
21
21
func main () {
22
- modctl .Execute ()
22
+ cmd .Execute ()
23
23
}
You can’t perform that action at this time.
0 commit comments