From 6e27a84dba52e68fe7b75df50190934ab96c1946 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 21 Aug 2022 02:14:04 +0700 Subject: all: reformat with Go 1.19 gofmt --- common.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'common.go') diff --git a/common.go b/common.go index ccd8ec5..629975f 100644 --- a/common.go +++ b/common.go @@ -8,9 +8,7 @@ import ( "unicode" ) -// // generateID replace non-letter and non-number from input string with '_'. -// func generateID(in string) (out string) { var r []rune = make([]rune, 0, len(in)) in = strings.ToLower(in) -- cgit v1.3