Skip to content

Commit

Permalink
Add Cpoyrights for tview
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinav Pandey <[email protected]>
  • Loading branch information
Sweetdevil144 committed Jul 14, 2024
1 parent fc73a30 commit df95e1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/treeview.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,6 @@ func ShowTreeView() {
if err := tview.NewApplication().SetRoot(tree, true).EnableMouse(true).Run(); err != nil {
panic(err)
}

// Copyrights : github.com/rivo/tview
}

0 comments on commit df95e1e

Please sign in to comment.