auto formatting using autogenpb

This commit is contained in:
Your Name 2024-01-01 12:00:00 -06:00
parent c89f101fb2
commit ab01c2cd60
2 changed files with 57 additions and 57 deletions

View File

@ -29,8 +29,8 @@ message ForgeConfig { // `autogenpb:nomutex`
string userBranchName = 10; // whatever your username branch is
string debName = 11; // the actual name used with 'apt install' (or distro apt equivalent.
// todo: appeal to everyone to alias 'apt' on fedora, gentoo, arch, etc to alias 'apt install'
// so we can make easier instructions for new linux users. KISS
// todo: appeal to everyone to alias 'apt' on fedora, gentoo, arch, etc to alias 'apt install'
// so we can make easier instructions for new linux users. KISS
google.protobuf.Timestamp verstamp = 12; // the git commit timestamp of the version
string goSrc = 13; // is ~/go/src unless a go.work file is found