I'm new to go and am trying to make a script in go (beego) to get the count of files in a given directory
Asked
Active
Viewed 39 times
0
-
1Are you having trouble getting the number of files in a directory on the server, or sending an integer from the server to the client? Because those are two completely separate and unrelated questions. – Adrian Jul 13 '18 at 16:17
-
I'm trying to get the number of files in a directory on the server, that's my main priority – Detor Jul 13 '18 at 16:21