datatypes/

directory
v0.197.0 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2025 License: Apache-2.0

README

asciichgolangpublic/datatypes

Additional convenience functions to handle datatypes in go.

Coding style rules

  • Since handling low level datatypes there should be as less dependencies as possible.
  • Do not use logging since we are not handling high level stuff here.
    • The only exception to this rule are the MustXXX functions: Use log.Panic(err) to print the error and stack trace and abort the execution.
  • Do not use TracedErrors to act in the same way as the std go library does and avoid unneeded dependencies.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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