Skip to content

Commit

Permalink
修改文件夹
Browse files Browse the repository at this point in the history
  • Loading branch information
Tj committed Oct 23, 2024
1 parent c982e83 commit 79d3051
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
10 changes: 7 additions & 3 deletions test/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,21 @@ package main

import (
"fmt"

"github.com/vpertj/glog"
"github.com/vpertj/gotool"
_ "github.com/vpertj/gotool"
gotool "github.com/vpertj/gotool/Convert"
)

var log glog.Logger

func main() {
//ils := gotools.ToString(23)
log = glog.NewConsoleLog("debug")
log.Debug("dddddddddddd")
num := int64(34)
sdd := gotool.ToInt(num)
sdd := gotool.ToString(num)
fmt.Println(sdd)

//r := gotools.Rounding(99449.543556, 3)
tmp := "2006-01-02 15:04:05"
//tm := gotool.UnixTimeToStr(1661843160, tmp)
Expand Down

0 comments on commit 79d3051

Please sign in to comment.