Skip to content

Commit

Permalink
Scanln only works with Enter
Browse files Browse the repository at this point in the history
  • Loading branch information
clone1018 committed Feb 25, 2021
1 parent 9d3470b commit b71d976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func main() {

log.Println()

fmt.Println("Glimesh OBS Service Patcher Completed!\nPress any key or close this window.")
fmt.Println("Glimesh OBS Service Patcher Completed!\nPress the Enter key or close this window.")
fmt.Scanln()
}

Expand Down

0 comments on commit b71d976

Please sign in to comment.