Merge pull request #183 from mdosch/update-docs

Update import path in examples.
This commit is contained in:
Martin
2024-02-01 13:58:52 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ import (
"strings" "strings"
"github.com/mattn/go-gtk/gtk" "github.com/mattn/go-gtk/gtk"
"github.com/mattn/go-xmpp" "github.com/xmppo/go-xmpp"
) )
func main() { func main() {

View File

@@ -9,7 +9,7 @@ import (
"os" "os"
"strings" "strings"
"github.com/mattn/go-xmpp" "github.com/xmppo/go-xmpp"
) )
var ( var (