Читать книгу Practical Go - Amit Saha - Страница 30

CHAPTER 1 Writing Command-Line Applications

Оглавление

In this chapter, you will learn about the building blocks of writing command-line applications. You will use standard library packages to construct command-line interfaces, accept user input, and learn techniques to test your applications. Let's get started!

Practical Go

Подняться наверх