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: 6
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 map to table
Implementation details
Compliance to Spec
Rough level of compliance
100%
Documentation
¶
type Input struct {
Map map[string]interface{} `md:"map"`
ColOrder []interface{} `md:"colOrder"`
}
type Operation struct {
}
type Params struct {
Axis int `md:"axis"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.