Skip to content

Instantly share code, notes, and snippets.

View wittawasw's full-sized avatar

Wittawas W wittawasw

View GitHub Profile
@wittawasw
wittawasw / folder_structure.md
Created January 20, 2024 08:02 — forked from ayoubzulfiqar/folder_structure.md
The Folder Structure for Every Golang Project

Go - The Ultimate Folder Structure

Organizing your Go (Golang) project's folder structure can help improve code readability, maintainability, and scalability. While there is no one-size-fits-all structure, here's a common folder structure for a Go project:

project-root/
    ├── cmd/
    │   ├── your-app-name/
    │   │   ├── main.go         # Application entry point
    │   │   └── ...             # Other application-specific files
@wittawasw
wittawasw / deer.cow
Created August 2, 2024 23:53 — forked from LunaticNeko/deer.cow
Deer for Cowsay
$the_cow = <<"EOC";
$thoughts\\_\\_ _/_/
$thoughts \\__/
$thoughts ($eyes)\\_______
-- \\ )\\/\\
$tongue ||-----||
|| ||
EOC