Skip to content

saedarm/Column-Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Golang from https://go.dev/dl/

Open Git Bash or CMD

mkdir yourgame cd yourgame go mod init foo # or github.com/yourname/yourgame or something

cd yourgame

code . within terminal to open vs code (Or open created directory in any ide)

Run command : Go mod tidy

Run Command : Go build main.go

Run Command : Go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages