Skip to content
/ printgo Public

printgo is a simple Go package that provides enhanced printing capabilities.

License

Notifications You must be signed in to change notification settings

yyle88/printgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

printgo

printgo is a simple Go package that provides enhanced printing capabilities.

Installation

go get github.com/yyle88/printgo

Example Usage

package main

import (
	"fmt"
	"github.com/yyle88/printgo"
)

func main() {
	ptx := printgo.NewPTX()

	ptx.Println("Hello, world!")

	res := ptx.String()
	
	fmt.Println(res)
}

License

This project is licensed under the MIT License. See the LICENSE file for details.


Support

Welcome to contribute to this project by submitting pull requests or reporting issues.

If you find this package helpful, give it a star on GitHub!

Thank you for your support!

Happy Coding with printgo! 🎉

About

printgo is a simple Go package that provides enhanced printing capabilities.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages