Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Repository files navigation

rotate GoDoc Build Status

Rotation for *os.File.

Installation

go get -u github.com/koorgoo/rotate

Quick Start

f := rotate.MustOpen(name, rotate.Config{
  Bytes: rotate.MB,
  Count: 10,
})
defer f.Close()

See examples.

Releases

Packages

Used by

Contributors

Languages