package
module
Version:
v0.0.0-...-5c53962
Opens a new window with list of versions in this module.
Published: Jul 19, 2024
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
opconst
Test, check, update for each func const op = "func_name"
Documentation
¶
Package op check in each function first line for operation identification:
const op = "function_name"
Test function for easy create implemetation in project
Code of error
const (
Undefined Code = iota
NotFound
NotSame
)
codes of errors
ErrOp is typical struct of error output
Op is position `const op`
Get return position of `const op` in source code
type Position struct {
Filename string
Line int
}
Position in source code
Source Files
¶
Click to show internal directories.
Click to hide internal directories.