Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Append Go file type when creating temporary file #1601

Merged
merged 2 commits into from
Dec 10, 2017

Commits on Dec 10, 2017

  1. Append Go file type when creating temporary file

    A lot of scripts filter files based on their name to make sure they
    operate only on the appropriate content. By appending a Go file type to
    a temporary file when running a formatter, we add support for a broader
    range of Go formating tools.
    
    Fixes fatih#208
    mocheryl authored and arp242 committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    0d32292 View commit details
    Browse the repository at this point in the history
  2. Add ChangeLog entry

    arp242 committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    be012ab View commit details
    Browse the repository at this point in the history