Skip to content
/ sugar Public

sugar is a comprehensive, efficient, and reusable util function library of go

License

Notifications You must be signed in to change notification settings

phuhao00/sugar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c66cc67 Â· Oct 12, 2022

History

12 Commits
Oct 12, 2022
Jul 13, 2022
Oct 12, 2022
Oct 12, 2022
Oct 12, 2022
Oct 12, 2022
Oct 12, 2022
Jul 13, 2022
Oct 12, 2022
Oct 12, 2022
Oct 12, 2022
Jul 13, 2022
Jul 13, 2022
Jul 17, 2022
Oct 12, 2022
Oct 12, 2022
Jul 13, 2022
Oct 12, 2022
Jul 22, 2022
Jul 17, 2022
Jul 13, 2022
Oct 12, 2022
Oct 12, 2022
Oct 12, 2022
Oct 12, 2022
Oct 12, 2022
Oct 12, 2022
Jul 13, 2022
Oct 12, 2022
Oct 12, 2022
Jul 17, 2022
Jul 23, 2022
Jul 12, 2022
Oct 12, 2022

Repository files navigation

sugar

sugar is a comprehensive, efficient, and reusable util function library of go

💡 Usage

You can import sugar using:

import (
    "github.com/phuhao00/sugar"
)

Then use one of the helpers below:

clamp := sugar.Clamp(2, 3, 5)
fmt.Printf("clamp:%v", clamp)

About

sugar is a comprehensive, efficient, and reusable util function library of go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages