package
Version:
v0.2.3
Opens a new window with list of versions in this module.
Published: Feb 12, 2024
License: BSD-3-Clause
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.
README
¶
table2map
Overview
Description
Convert table to map
Implementation details
Compliance to Spec
Rough level of compliance
100%
Documentation
¶
type Input struct {
Table []interface{} `md:"table"`
ColKeys []interface{} `md:"colKeys"`
}
type Operation struct {
}
type Params struct {
Axis int `md:"axis"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.