Categorygithub.com/ryqdev/golog
modulepackage
0.0.4
Repository: https://github.com/ryqdev/golog.git
Documentation: pkg.go.dev

# README

golog

Get golog

go get -u github.com/ryqdev/golog

Usage

package main

import "github.com/ryqdev/golog"

func main() {
	golog.Info("Hello world")
	golog.ShowDetail(true)
	golog.Info("More details")
}

Output:

[INFO] Hello world 
[INFO] 2024-09-11 22:36:32.729342 +0800 CST m=+0.000234335 main.go:8 More details 

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author