strconvx

package
v0.0.0-...-810cf82 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2019 License: MIT Imports: 2 Imported by: 2

Documentation

Overview

Package strconvx implements conversions from strings to basic data types.

It is similar to the strconv package, but with a calling convention that gives less control over details, but works better when the type of the variable is not necessarily known, such as in libraries.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse(value interface{}, s string) error

Parse interprets a string as a value of any of the recognized types. Value should be a pointer.

Types

This section is empty.

Jump to

Keyboard shortcuts

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