fgetpos available in Go? Want to find File.Position -
i have file
, want find file offset/position, fgetpos
in stdio
. can't seem find in http://golang.org/pkg/io/. have count myself or there build in method?
you should able seek()
0 bytes current position, returns resulting position. i'm not 100% sure result absolute position you're after, expect be.
Comments
Post a Comment