Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Ignore dot-prefixed files and subdirs when scanning packages #551

Merged
merged 5 commits into from
May 11, 2017

Commits on May 10, 2017

  1. Don't try to parse directories named *.go

    fillPackage is supposed to use the AST parser on individual files.
    Unforntunately, `filepath.Glob("*.go")` returns directories as well as
    files.
    
    Fixes golang#550
    ascandella committed May 10, 2017
    Configuration menu
    Copy the full SHA
    536add9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. Configuration menu
    Copy the full SHA
    2ff0643 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    474fb3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78ecf7b View commit details
    Browse the repository at this point in the history
  4. Fix header and test import

    ascandella committed May 11, 2017
    Configuration menu
    Copy the full SHA
    27fbbf2 View commit details
    Browse the repository at this point in the history