Skip to content

Commit

Permalink
docs: add cockpit module description
Browse files Browse the repository at this point in the history
Signed-off-by: Vasek - Tom C <[email protected]>
  • Loading branch information
TomChv committed Mar 18, 2024
1 parent c5a21ca commit 26652f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions daggerverse-cockpit/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// A utility module to manage your Daggerverse repository.
//
// Daggerverse Cockpit aims to provide a simple and easy to use interface to manage your Daggerverse repository.
// It provides single commands action to publish all your modules, generate usage example, get a dagger CLI and more!
package main

type DaggerverseCockpit struct{}
1 change: 0 additions & 1 deletion daggerverse-cockpit/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"fmt"
"path/filepath"
"strings"

"golang.org/x/sync/errgroup"
)
Expand Down

0 comments on commit 26652f6

Please sign in to comment.