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: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
add
Overview
Description
Add two numbers.
Implementation details
Converts to float first.
Compliance to Spec
Rough level of compliance
100%
Documentation
¶
type Input struct {
Num0 interface{} `md:"num0"`
Num1 interface{} `md:"num1"`
}
type Operation struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.