Skip to content

Karelabiss/Actions_Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Hardest module you can find on github

!! I did not use any best practises !!

Debuging status messages for project that don't use best practises.

Use of this module (Be careful very hard!):

//Prints info status to output
func main(){
  actions.Info("Hello World");
}
Output: [?] - Hello World

It's the same for all functions

  .Info(msg) //[?] - msg
  .Debug(msg) //[DEBUG] - msg
  .Failure(msg)  //[-] - msg
  .Error(msg)  //[!] - msg
  .Success(msg)  //[+] - msg

About

Status actions for programs in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages