mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
6 lines
193 B
Go
6 lines
193 B
Go
// Copyright (c) 2023, Daniel Martí <mvdan@mvdan.cc>
|
|
// See LICENSE for licensing information
|
|
|
|
// gofumpt enforces a stricter format than gofmt, while being backwards compatible.
|
|
package main
|