diff options
| author | Jeff Carr <[email protected]> | 2024-01-12 23:21:05 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-12 23:21:05 -0600 |
| commit | e26413e6365ec71509a3b514470e38445f4e1a1e (patch) | |
| tree | 284b800d978d70d909363af5f437b47d3dccce81 /main.go | |
| parent | f1cb916d472cb0cefa5dafa0d5872a6967ac132e (diff) | |
flarp
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,8 +9,8 @@ import ( "go.wit.com/gui/gui" "go.wit.com/gui/gadgets" + "go.wit.com/gui/gadgets/repostatus" "go.wit.com/apps/control-panel-dns/smartwindow" - "go.wit.com/apps/myrepos/repostatus" ) var myGui *gui.Node |
