diff options
| author | Jeff Carr <[email protected]> | 2025-02-01 12:23:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-01 12:23:14 -0600 |
| commit | da82eeff92426f0ab5753ab83bb19dc0ba5b3256 (patch) | |
| tree | 137e6df1e80b748120692f67b6b552e13ef8ae76 | |
| parent | 47bb2ae6e0a9b3c4a25e4ec5297bc766390ad94c (diff) | |
oops
| -rw-r--r-- | applyPatch.go | 2 | ||||
| -rw-r--r-- | argv.go | 1 | ||||
| -rw-r--r-- | argvAutoshell.go | 1 | ||||
| -rw-r--r-- | doCheckout.go | 1 | ||||
| -rw-r--r-- | doClean.go | 1 | ||||
| -rw-r--r-- | doCommit.go | 1 | ||||
| -rw-r--r-- | doConfig.go | 1 | ||||
| -rw-r--r-- | doDirty.go | 2 | ||||
| -rw-r--r-- | doExamine.go | 2 | ||||
| -rw-r--r-- | doGui.go | 2 | ||||
| -rw-r--r-- | doPatch.go | 1 | ||||
| -rw-r--r-- | doPull.go | 1 | ||||
| -rw-r--r-- | doVerifyDevel.go | 1 | ||||
| -rw-r--r-- | doVerifyUser.go | 1 | ||||
| -rw-r--r-- | exit.go | 1 | ||||
| -rw-r--r-- | find.go | 1 | ||||
| -rw-r--r-- | main.go | 2 | ||||
| -rw-r--r-- | structs.go | 1 | ||||
| -rw-r--r-- | windowForgePatchsets.go | 1 | ||||
| -rw-r--r-- | windowPatchset.go | 1 | ||||
| -rw-r--r-- | windowRepos.go | 1 | ||||
| -rw-r--r-- | windowViewRepoPatches.go | 1 |
22 files changed, 0 insertions, 27 deletions
diff --git a/applyPatch.go b/applyPatch.go index 8328b07..e7920a3 100644 --- a/applyPatch.go +++ b/applyPatch.go @@ -1,8 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - - package main import ( @@ -1,7 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - package main import ( diff --git a/argvAutoshell.go b/argvAutoshell.go index e7ea6e3..8e81d8c 100644 --- a/argvAutoshell.go +++ b/argvAutoshell.go @@ -1,7 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - package main import ( diff --git a/doCheckout.go b/doCheckout.go index fafc2ae..e2598ab 100644 --- a/doCheckout.go +++ b/doCheckout.go @@ -1,7 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - package main import ( @@ -1,7 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - package main import ( diff --git a/doCommit.go b/doCommit.go index 623cc33..c7c854a 100644 --- a/doCommit.go +++ b/doCommit.go @@ -1,7 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - package main import ( diff --git a/doConfig.go b/doConfig.go index 3c3c5ab..fedae43 100644 --- a/doConfig.go +++ b/doConfig.go @@ -1,7 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - package main import ( @@ -1,8 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - - package main import ( diff --git a/doExamine.go b/doExamine.go index e8ffc19..6544e33 100644 --- a/doExamine.go +++ b/doExamine.go @@ -1,8 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - - package main import ( @@ -1,8 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - - package main // An app to submit patches for the 30 GO GUI repos @@ -1,7 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - package main import ( @@ -1,7 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - package main import ( diff --git a/doVerifyDevel.go b/doVerifyDevel.go index d0ab65c..0851f09 100644 --- a/doVerifyDevel.go +++ b/doVerifyDevel.go @@ -1,7 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - package main import ( diff --git a/doVerifyUser.go b/doVerifyUser.go index 23e44a8..aa8305e 100644 --- a/doVerifyUser.go +++ b/doVerifyUser.go @@ -1,7 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - package main import ( @@ -1,7 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - package main import ( @@ -1,7 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - package main import ( @@ -1,8 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - - package main // An app to submit patches for the 30 GO GUI repos @@ -1,7 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - package main import ( diff --git a/windowForgePatchsets.go b/windowForgePatchsets.go index 6afcee1..fdd1944 100644 --- a/windowForgePatchsets.go +++ b/windowForgePatchsets.go @@ -1,7 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - package main // this is the "main" patch window. The first one diff --git a/windowPatchset.go b/windowPatchset.go index b372eda..2ebc0d1 100644 --- a/windowPatchset.go +++ b/windowPatchset.go @@ -1,7 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - package main import ( diff --git a/windowRepos.go b/windowRepos.go index a5245f0..2c7d41a 100644 --- a/windowRepos.go +++ b/windowRepos.go @@ -1,7 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - package main import ( diff --git a/windowViewRepoPatches.go b/windowViewRepoPatches.go index 80e9ed4..f6043fe 100644 --- a/windowViewRepoPatches.go +++ b/windowViewRepoPatches.go @@ -1,7 +1,6 @@ // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 - package main import ( |
