File: README.md

package info (click to toggle)
golang-github-shenwei356-util 0.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 653 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# util


[![GoDoc](https://godoc.org/github.com/shenwei356/util?status.svg)](https://godoc.org/github.com/shenwei356/util)
[![Go Report Card](https://goreportcard.com/badge/github.com/shenwei356/util)](https://goreportcard.com/report/github.com/shenwei356/util)

Utility packges

## Install

This package is "go-gettable", just:

    go get -u github.com/shenwei356/util

Copyright (c) 2013-2020, Wei Shen (shenwei356@gmail.com)

## More

See the README of sub package.

## Documentation

[See documentation on godoc for more detail](https://godoc.org/github.com/shenwei356/util).

[MIT License](https://github.com/shenwei356/util/blob/master/LICENSE)