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

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -