Skip to content

Simple golang package to set a console title (stolen from some chinese github)

Notifications You must be signed in to change notification settings

lxi1500/GoTitle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

GoTitle

Simple golang package to set a console title (stolen from some chinese github)

USAGE

package main

import "github.com/lxi1500/GoTitle"

func main() {
	title.SetTitle("Hi") // Change hi with the text you would like to set the title to
}

About

Simple golang package to set a console title (stolen from some chinese github)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages