package
Version:
v1.0.17
Opens a new window with list of versions in this module.
Published: Nov 10, 2022
License: LGPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Bytes(i interface{}) []byte
Bytes converts <i> to []byte.
func Float64(any interface{}) float64
Float64 converts `any` to float64.
func Int(any interface{}) int
func Int64(any interface{}) int64
Int64 converts `any` to int64.
func String(any interface{}) string
String converts `any` to string.
It's most common used converting function.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.