os.File.Truncate (method)

2 uses

	os (current package)
		file_posix.go#L151: func (f *File) Truncate(size int64) error {

	go.etcd.io/bbolt
		db.go#L969: 			if err := db.file.Truncate(int64(sz)); err != nil {