validate
Last updated
Last updated
Last updated: 2025-04-24 01:05:29.332368 File source:
TBD
Utils specifically used for the validation of different types.
Here is quick overview of the contents of this directory:
Source File
Rendered from source file
This package contains helper methods that perform validation check for different data types. Refer to strings.go
file for more details.
This package does not define any new data types.
Unit tests for the functionality are defined in files with *_test.go
in their names.
List of issues related to the implementation of the utils
package can be found below. These include proposals for modifications to the package or new functionality needed to cover the requirements of other packages.
: Current file which is aimed towards developers who wish to use and modify the package functionality.
: This file contains method for conversion of numerical data to float64
type.
: This file contains method for validation check of data types.
: This folder contains the class diagram of the package.
TBD