summaryrefslogtreecommitdiff
path: root/slider.go
diff options
context:
space:
mode:
Diffstat (limited to 'slider.go')
-rw-r--r--slider.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/slider.go b/slider.go
index ffb041a..d94da7a 100644
--- a/slider.go
+++ b/slider.go
@@ -1,7 +1,7 @@
package gui
import (
- "git.wit.org/wit/gui/toolkit"
+ "go.wit.com/gui/toolkit"
)
func (parent *Node) NewSlider(name string, x int, y int) *Node {