To concat dir and fileName as a path, use code below
path := filepath.Join(dir, fileName)
or
path := dir + os.PathSeparator + fileName
To concat dir and fileName as a path, use code below
path := filepath.Join(dir, fileName)
or
path := dir + os.PathSeparator + fileName
Can you be more specific about the content of your article? After reading it, I still have some doubts. Hope you can help me. https://accounts.binance.com/register-person?ref=IHJUI7TF