Package os...https://golang.org/pkg/os/

Studying this at the moment. https://golang.org/pkg/os/

What does this meam…“platform-independent interface”

2 Likes

Usually it means that the interface and implementation is done in a way that you can use the functions from the package on Linux, windows, Mac or any other supported operating system the same way.

4 Likes

Thanks!

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.