https://github.com/mrinjamul/go-utils
A Go package for various useful utilities.
https://github.com/mrinjamul/go-utils
Last synced: 5 months ago
JSON representation
A Go package for various useful utilities.
- Host: GitHub
- URL: https://github.com/mrinjamul/go-utils
- Owner: mrinjamul
- License: mit
- Created: 2022-07-02T13:25:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T04:39:19.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T12:15:34.567Z (over 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-utils
A go package for various useful utilities.
[](https://pkg.go.dev/github.com/mrinjamul/go-utils)
[](https://goreportcard.com/report/github.com/mrinjamul/go-utils)
[]()
[](https://github.com/mrinjamul/go-utils/blob/main/LICENSE)
To use this module,
```sh
go get github.com/mrinjamul/go-timeago
```
and then,
```go
import "github.com/mrinjamul/go-utils/[sub-package]"
```
### Examples
```go
package main
import (
"fmt"
"github.com/mrinjamul/go-utils/utils"
)
func main() {
sha256sum := utils.Sha256sum("hello")
fmt.Println(sha256sum)
}
```
## License
This go module is licensed under MIT License.
Copyright © 2021 Injamul Mohammad Mollah