Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gofrs/flock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: gofrs/flock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.1
Choose a head ref
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Oct 22, 2018

  1. don't mention sync.Locker in package documentation

    (*Flock).Lock and (*Flock).Unlock return errors, unlike the Lock and
    Unlock methods specified by sync.Locker. Therefore, don't mention
    sync.Locker in package-level documentation, to avoid confusion.
    
    Fixes #33.
    acln0 committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    9fd7f56 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Merge pull request #34 from gofrs/no-sync-locker

    don't mention sync.Locker in package documentation
    
    Signed-off-by: Tim Heckman <t@heckman.io>
    theckman committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    971941c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Configuration menu
    Copy the full SHA
    5acf602 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Merge pull request #35 from tariq1890/fix_lint

    Fix linting issues and add goreportcard badge
    
    Signed-off-by: Tim Heckman <t@heckman.io>
    theckman committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    392e7fa View commit details
    Browse the repository at this point in the history
Loading