Releases: chmike/domain
Releases · chmike/domain
v1.1.0
fix multiple problems with the validation function and solving issue #1
- it is a host name validation function
- a trailing dot is valid
- without trailing dot, max len is 253
- with a trailing dot, max len is 254
- use table tests with error message checking
- clarify some error messages
Change tag from v1.1 to v1.1.0 for go doc and module.