Arnold wants to create a very simple Go program. It should take as input a certain path, and it should output the path's base and the path's directory.
Please help Arnold write the required code and use the proper functions from the filepath package that return the path's base and the path's directory.