There is no need to include all utility functions in one file. You can create several files for top-level functions and name each of them according to what the functions in each file do.
If you have only a few functions and you do not want to invent any new names, the simplest option is the file name, just like the package ( util.ktin your example).
source
share