essentials

module
v0.6.2 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2021 License: MIT

README

Essential libraries for Go

Objectives

Goals

  • All native Go library.
  • Minimize use of external libraries (allowed packages: golang.org/x, github.com/golang).
  • Separate interface from implementation.
  • Safer code.
  • Ease of development.

Core usecase

This library is intended to use a desktop or command-line applications, not on a server or IoT/mobile. The library may be optimized for that. For example, a target memory footprint may not exceed 1-2 GiB for a single instance.

Non-goals

  • Performance (this is often trade-off to ease-of-development)
  • Minimal footprints
  • Compatibility (because this project is experimental)

Target platform

  • Windows 10 or above (x64)
  • Darwin (macOS) (x64, arm64)
  • Linux (x64)

Structure

Naming

  • All submodules should start with the prefix e. For example, if a sub-module is for logging, the name should be elog.

Directories

Path Synopsis
econcurrency
eformat
efs
egraphic
ei18n
enative
estring

Jump to

Keyboard shortcuts

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