datatypes

package
v0.414.0 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2025 License: Apache-2.0 Imports: 3 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.
  • Do not use TracedErrors to act in the same way as the std go library does and avoid unneeded dependencies.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetTypeName

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

func MustGetTypeName

func MustGetTypeName(input interface{}) (typeName string)

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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