aboutsummaryrefslogtreecommitdiff
path: root/cmd/fiotest/fio.go
diff options
context:
space:
mode:
authorleshe4ka46 <alex9102naid1@ya.ru>2025-10-27 20:36:28 +0300
committerleshe4ka46 <alex9102naid1@ya.ru>2025-10-28 13:42:21 +0300
commitbb833561aa74f02970aee13cdc75973b29716491 (patch)
tree0914668e11dbf825979f7419ce1bc78294cd3f7f /cmd/fiotest/fio.go
parente17a425dfb3382310fb5863f516dacdca9f44956 (diff)
# 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
Diffstat (limited to 'cmd/fiotest/fio.go')
-rw-r--r--cmd/fiotest/fio.go15
1 files changed, 0 insertions, 15 deletions
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)
-}