Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Jul 9, 2022
1 parent 28d0319 commit 563b5c4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

var versionCmd = &cobra.Command{
Use: "version",
Short: "Show the current go version and its origin.",
Short: "Show the current go version.",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("...")
},
Expand Down
5 changes: 5 additions & 0 deletions core/module/install.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright 2022 Clivern. All rights reserved.
// Use of this source code is governed by the MIT
// license that can be found in the LICENSE file.

package module
5 changes: 5 additions & 0 deletions core/module/uninstall.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright 2022 Clivern. All rights reserved.
// Use of this source code is governed by the MIT
// license that can be found in the LICENSE file.

package module

0 comments on commit 563b5c4

Please sign in to comment.