Build a Modular Go Project

# Introduction In this challenge, you'll demonstrate your understanding of Go Modules by creating a modular project that showcases package management skills for a small utility library. The challenge involves creating a utility package with a function that converts a string to uppercase, and a main package that imports and uses the utility package's function. You'll also need to initialize Go Modules for both packages and ensure the main package successfully runs and prints the converted string.

|
60 : 00

Click the virtual machine below to start practicing