Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 225 Bytes

HINTS.md

File metadata and controls

11 lines (8 loc) · 225 Bytes

Quick Steps to Start a project

This is an exmple of some quick steps to start an empty file for the weeky assignment.

cd ../week1
go mod init github.com/USERNAME/week1
mkdir -p cmd/week1
touch cmd/week1/main.go