Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 268 Bytes

File metadata and controls

18 lines (10 loc) · 268 Bytes

GoTitle

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

USAGE

package main

import "github.com/lxi1400/GoTitle"

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