strconv

package
v0.5.0-rc2 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2024 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package strconv provides helper functions for the Go standard strconv package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Atoi64

func Atoi64(a string) (int64, error)

Atoi64 returns the int64 represented in the given string.

func Itoa64

func Itoa64(i int64) string

Itoa64 returns the string representation of the provided int64 using base 10.

Types

This section is empty.

Jump to

Keyboard shortcuts

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