quii / learn-go-with-tests

Learn Go with test-driven development
MIT License
22.21k stars 2.81k forks source link

use whence constant for Seek() #746

Closed UponTheSky closed 8 months ago

UponTheSky commented 8 months ago

Since the io package provides the whence constants, I suggest to use them for better readability.