Skip to content

a2n/alu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

alu

The toolset for go programming.

Usage

import (
	"fmt"
	"alu"
)

func main() {
	// It prints out "The caller is: main.main"
	fmt.Printf("The caller is: %s\n", alu.Caller())
}

Inventory

Log

  • Caller
  • NewLogger

Date time

  • ToDateString
  • ToDateTimeString
  • EasyDate

About

The toolset for go programming.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages