Files
William Gill 03a47deade
Some checks failed
Create Release & Upload Assets / Upload Assets To Gitea w/ goreleaser (push) Failing after 11s
Create new type and remove un-used code
2025-01-12 19:33:57 -06:00

7 lines
109 B
Go

package tml
// NewLine prints a new line to the terminal with no content
func NewLine() {
Println("")
}