1
0
telegram/login/doc.go
Maxim Lebedev 51566f1399
Added login package
For parsing User data from url.Values and validation. close #4
2018-02-14 22:58:02 +05:00

4 lines
112 B
Go

// Package login contains methods for obtaining structure of the user data and
// its validation.
package login