...

/

Quiz: Command-Line Program in Go Preface

Quiz: Command-Line Program in Go Preface

Test your knowledge of Go's basic concepts.

We'll cover the following...
1

What will this command do?

go mod init pragprog.com/counter
A)

It imports the counter library to your program.

B)

It initializes a new Go program.

C)

It modifies the Go module counter.

D)

It initializes a new Go module.

Question 1 of 50 attempted
Access this course and 1400+ top-rated courses and projects.