Browse Source

Appease golint

kegan/all-the-docs
Kegan Dougal 8 years ago
parent
commit
26f115d6f9
  1. 2
      src/github.com/matrix-org/go-neb/api/api.go

2
src/github.com/matrix-org/go-neb/api/api.go

@ -76,7 +76,7 @@ type ClientConfig struct {
DisplayName string
}
// Sessions contain the complete auth session information for a given user on a given realm.
// Session contains the complete auth session information for a given user on a given realm.
// They are created for use with ConfigFile.
type Session struct {
SessionID string

Loading…
Cancel
Save