Below is a Go program that takes as an input an int64 number with the availableSize of storage. Your task is to get the size of the go.mod file and then calculate how many go.mod files could be stored in the input availableSize.
Tip: Remember that you can use the os.Stat() function to get the size of a specific file.