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

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -