datatypes

package
v0.456.0 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2025 License: Apache-2.0 Imports: 1 Imported by: 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.
  • Use TracedErrors to give a clear stack trace in the error message to simplify debugging. This is automatically validated.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetTypeName

func GetTypeName(input interface{}) (typeName string, err error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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