Skip to content

unable to run the example on my local machine via go run main.go #528

Answered by muesli
rockey5520 asked this question in Q&A
Discussion options

You must be logged in to vote

list-fancy consists of multiple source files (ending in .go) and you're trying to run only a single one of them.

Try:

go run .

or

go run *.go

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bashbunni
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #527 on October 11, 2022 10:22.