diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 04:08:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 04:08:11 -0600 |
| commit | a78eadea024c2b283b45f1711aeda39d60deab22 (patch) | |
| tree | 9bc410a7fa97ffa03fcb918efe8b477f864c2865 /common.go | |
| parent | 3ea3dd10db0e728240fc659bdd33c622d33e46b4 (diff) | |
pathsv0.0.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ package tree import ( - "go.wit.com/lib/widget" + "go.wit.com/widget" ) func (n *Node) GetProgName() string { |
