examples/interact.go
changeset 100 24231ff0016c
parent 68 d693ecc11f29
child 101 5d721a565503
equal deleted inserted replaced
98:c9cc4eda6dce 100:24231ff0016c
     3 // license that can be found in the LICENSE file.
     3 // license that can be found in the LICENSE file.
     4 
     4 
     5 package main
     5 package main
     6 
     6 
     7 import (
     7 import (
     8 	"cjyar/xmpp"
     8 	xmpp ".."
     9 	"flag"
     9 	"flag"
    10 	"fmt"
    10 	"fmt"
    11 	"log"
    11 	"log"
    12 	"os"
    12 	"os"
    13 )
    13 )