github.com/Aoi-hosizora/ahlib@v1.5.1-0.20230404072829-241b93cf91c7/package.go (about)

     1  package ahlib
     2  
     3  const (
     4  	// NAME represents ahlib package's name.
     5  	NAME = "ahlib"
     6  
     7  	// VERSION represents ahlib package's current version.
     8  	VERSION = "1.6.0"
     9  )