edgarlib

package module
v1.5.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2024 License: MIT Imports: 0 Imported by: 0

README

edgarlib

Given a version number MAJOR.MINOR.PATCH, increment the:

MAJOR version when you make incompatible API changes Example : 1.0.0 MINOR version when you add functionality in a backward compatible manner Example : 0.1.0 PATCH version when you make backward compatible bug fixes Example : 0.0.1

Installation

To install the dependencies use the following command :

make

Publishement

To publish the package use the following command :

make publish v=MAJOR.MINOR.PATCH

(Replace MAJOR.MINOR.PATCH with the right version number)

Test

To test the code use the following command :

make test

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckError

func CheckError(err error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL