Tag

pkg

0 views collected around this technical thread.

Go Programming World
Go Programming World
May 27, 2024 · Backend Development

Designing an Effective Go Web Project Directory Structure

This article explains the principles and recommended layout for organizing a large Go web project, covering readability, extensibility, standard Go project layout, and detailed descriptions of directories such as /cmd, /internal, /pkg, /configs, /deployments, and supporting files to improve maintainability and scalability.

BackendGoProject Structure
0 likes · 11 min read
Designing an Effective Go Web Project Directory Structure
360 Tech Engineering
360 Tech Engineering
Nov 15, 2019 · Backend Development

Packaging Node.js Applications into Executable Files with pkg

This tutorial explains how to use the pkg tool to bundle a Node.js script into a standalone executable for Windows, macOS, and Linux, covering installation, sample code, configuration, and command‑line options to distribute applications without requiring a separate Node.js runtime.

ExecutableJavaScriptNode.js
0 likes · 6 min read
Packaging Node.js Applications into Executable Files with pkg