Skip to content

Commit

Permalink
Merge pull request #7 from owenrumney/patch-1
Browse files Browse the repository at this point in the history
add NewLine
  • Loading branch information
liamg authored Jan 29, 2021
2 parents 3736dc3 + 1c238fc commit 0f398e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions new_line.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package tml

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

0 comments on commit 0f398e5

Please sign in to comment.