Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
O
oh-my-zsh
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • JIRA
    • JIRA
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • github
  • oh-my-zsh
  • Repository

Switch branch/tag
  • oh-my-zsh
  • plugins
  • golang
History Find file
Download source code
zip tar.gz tar.bz2 tar
Download this directory
zip tar.gz tar.bz2 tar
  • Joseph Richey's avatar
    plugins/go: Simplify/fix recursive golang format (#7027) · 8961a379
    Joseph Richey authored 7 years ago
    Per the [`go` command specification](https://golang.org/cmd/go/#hdr-Package_lists),
    the `...` wildcard matches the empty string. This makes commands like
    `go <action> . ./...` unnecessary: they should use `go <action> ./...`.
    
    This also fixes a bug with the `gofa` shortcut, where it would emit an
    error if called from a directory containing no go source files (but
    having subdirectories that _did_ contain go files).
    8961a379
Name
Last commit
Last update
..
templates golang: improve go doc completion 9 years ago
golang.plugin.zsh plugins/go: Simplify/fix recursive golang format (#7027) 7 years ago