Run ships with a comprehensive standard library, comparable in scope to Go’s. It covers the most common tasks so you can build real applications without third-party dependencies.
The standard library is designed to be practical and unsurprising. When you need something common — reading a file, serving HTTP, encoding JSON — it is already there.