Comments clean-up

This commit is contained in:
Mickael Remond
2019-11-04 12:58:10 +01:00
parent 0227596f90
commit 1d7db9ceee
3 changed files with 12 additions and 11 deletions

View File

@@ -4,9 +4,9 @@ import (
"os"
)
// Config & TransportConfiguration must not be modified after having been passed to NewClient. Any
// changes made after connecting are ignored.
type Config struct {
// TransportConfiguration must not be modified after having been passed to NewClient. Any
// changes made after connecting are ignored.
TransportConfiguration
Jid string