From bb833561aa74f02970aee13cdc75973b29716491 Mon Sep 17 00:00:00 2001 From: leshe4ka46 Date: Mon, 27 Oct 2025 20:36:28 +0300 Subject: # This is a combination of 2 commits. # This is the 1st commit message: unmarshal all formats, merge them in the single table, users are truly unique # This is the commit message #2: i --- cmd/fiotest/fio.go | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 cmd/fiotest/fio.go (limited to 'cmd/fiotest') diff --git a/cmd/fiotest/fio.go b/cmd/fiotest/fio.go deleted file mode 100644 index 8195da7..0000000 --- a/cmd/fiotest/fio.go +++ /dev/null @@ -1,15 +0,0 @@ -package main - -import ( - "airlines/pkg/names" - "fmt" -) - -func main() { - - f, err := names.ParseLatinName("MAKAR A TIKHOMIROV") - if err != nil { - panic(err) - } - fmt.Printf("%+v\n", f) -} -- cgit v1.2.3