Some checks failed
Create Release & Upload Assets / Upload Assets To Gitea w/ goreleaser (push) Failing after 11s
7 lines
109 B
Go
7 lines
109 B
Go
package tml
|
|
|
|
// NewLine prints a new line to the terminal with no content
|
|
func NewLine() {
|
|
Println("")
|
|
}
|