Made buffer's dot private
This commit is contained in:
@@ -55,7 +55,7 @@ func main () {
|
||||
func redraw () {
|
||||
currentTime = time.Now()
|
||||
|
||||
application.ResetDot()
|
||||
application.SetDot(0, 0)
|
||||
fmt.Fprintln(application, "hellorld!")
|
||||
|
||||
hour := currentTime.Hour()
|
||||
|
||||
Reference in New Issue
Block a user