8 lines
96 B
Go
8 lines
96 B
Go
|
package xmppiq
|
||
|
|
||
|
// just to validate, there is no functions in here
|
||
|
func init() {
|
||
|
a := 1
|
||
|
a++
|
||
|
}
|