package
0.5.21-badger
Repository: https://github.com/zerok-ai/zk-utils-go.git
Documentation: pkg.go.dev

# README

common

This module contains the common utility functions which are useful for all the repositories.

How To Use

All the functions are exported. We only need to have this package in our import statement and use the functions directly. To get this package do:

go get github.com/zerok-ai/zk-utils-go/common

To import this package do:

common "github.com/zerok-ai/zk-utils-go/common"