/lets-go

A simple tool to quickly generate everything needed for a new Go project. Similar to Rust "new" project command.

Primary LanguageGoBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Description

Let's Go is a simple tool to quickly generate everything needed for a new Go project. It is similar to Rust "new" project command.

Usage

Populate Yaml Config

project_path: "C:\\Go-Projects"
source_name: "main.go"
ide: "code" # 'goland'

Compile,

Then,

lets-go PROJECT-NAME. If PROJECT-NAME is optional. If it is null then the working directory will be a folder with the current date and time.

Status

Beta. Still learning Go and updating the code.