From 9f7da73c67e391e1797479f99a0578bde0fe2c0e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 20 Dec 2023 14:15:00 -0600 Subject: move to go.wit.com/gui Signed-off-by: Jeff Carr --- examples/buttons/log.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/buttons/log.go') diff --git a/examples/buttons/log.go b/examples/buttons/log.go index 7d65d05..bf3d1a5 100644 --- a/examples/buttons/log.go +++ b/examples/buttons/log.go @@ -4,8 +4,8 @@ package main import ( "fmt" arg "github.com/alexflint/go-arg" - "git.wit.org/wit/gui" - log "git.wit.org/wit/gui/log" + "go.wit.com/gui" + log "go.wit.com/gui/log" ) -- cgit v1.2.3