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
commit b369b7df10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 (