hutool-go

module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: May 22, 2022 License: Apache-2.0

README

Hutool - GO

使用

import (
"gitee.com/zhouhailin/hutool-go/hutool"
"testing"
)

func TestHutool(t *testing.T) {
util := hutool.TimeUtil()
println(util.Now())
encodingUtil := hutool.EncodingUtil()
println(encodingUtil.EncodeHexStr("HelloWorld"))
}
=== RUN   TestHutool
2022-05-22 14:32:12
48656c6c6f576f726c64
--- PASS: TestHutool (0.03s)
PASS

Directories

Path Synopsis
io
os

Jump to

Keyboard shortcuts

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