diff options
| author | Shulhan <ms@kilabit.info> | 2022-08-21 02:14:04 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-08-21 02:32:29 +0700 |
| commit | 6e27a84dba52e68fe7b75df50190934ab96c1946 (patch) | |
| tree | fbcceae155bb41ff31bfd58e53da9b9183ee4a13 /common.go | |
| parent | 644439ff61c46aec81894074203bc7d3c9acc24d (diff) | |
| download | gorankusu-6e27a84dba52e68fe7b75df50190934ab96c1946.tar.xz | |
all: reformat with Go 1.19 gofmt
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) |
