Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updat main brach #1501

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Missing some descriptions
xiaoxiaoshu123456 committed May 22, 2023
commit c831b9276f6b4035966165506ca5ba50f05cb7f9
3 changes: 3 additions & 0 deletions internal/pkg/scaffold/tree/tree.go
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@ package tree

import "fmt"

/**
* feat: some description here
*/
type TreeNode struct {
Name string
IsDir bool