Skip to content

Commit

Permalink
gomod, tlds, warning etc
Browse files Browse the repository at this point in the history
  • Loading branch information
bobesa committed Sep 10, 2019
1 parent 0e58478 commit 2ac5f2c
Show file tree
Hide file tree
Showing 5 changed files with 1,114 additions and 497 deletions.
4 changes: 3 additions & 1 deletion cmd/domainparser/domainparser.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ func main() {
}

// Create tlds file
source := `package domainutil
source := `// Code generated by github.com/bobesa/go-domain-util, DO NOT EDIT.
package domainutil
// tld contains single tld info
type tld map[string]*tld
Expand Down
Loading

0 comments on commit 2ac5f2c

Please sign in to comment.