# Code-TidyAll-Plugin-Go **Repository Path**: mirrors_gitpan/Code-TidyAll-Plugin-Go ## Basic Information - **Project Name**: Code-TidyAll-Plugin-Go - **Description**: Read-only release history for Code-TidyAll-Plugin-Go - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2025-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NAME Code::TidyAll::Plugin::Go - Provides gofmt and go vet plugins for Code::TidyAll # VERSION version 0.02 # SYNOPSIS In your `.tidyallrc` file: [Go::Fmt] select = **/*.go [Go::Vet] select = **/*.go # DESCRIPTION This distro ships with two Go-related plugins for [Code::TidyAll](https://metacpan.org/pod/Code::TidyAll). The `Go::Fmt` plugin formats your code with `gofmt`. The `Go::Vet` plugin runs `go vet` against your code and dies if that command finds anything to complain about. # SUPPORT Please report all issues with this code using the GitHub issue tracker at [https://github.com/maxmind/Code-TidyAll-Plugin-Go/issues](https://github.com/maxmind/Code-TidyAll-Plugin-Go/issues). # AUTHOR Gregory Oschwald # COPYRIGHT AND LICENSE This software is copyright (c) 2015 by MaxMind, Inc.. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.