Replacing the Python Server

Every time that need to serve a simple files I use the famous python -m http.server 4000, today I questioning myself about to use python because its a language that I never used in my life, and a simple project came up, why not use my own project to serve my files in golang?