letsgo

module
v0.0.0-...-7df14c5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2023 License: Apache-2.0

README

letsgo

Let's Go(lang) playground

Golang setup

$ mkdir work; cd work
$ touch main.go
$ go mod init my.url/my_module_name

Run

$ go run main.go               # file
$ go run .                     # path
$ go run my.url/my_module_name # module

project structure

  • cmd: application specific code
  • pkg: non application specific code, like validation helpers and SQL model.
  • ui: user-interface asset (non-golang)

Directories

Path Synopsis
cmd
web
dist module
furthur module
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL