summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-01 12:23:14 -0600
committerJeff Carr <[email protected]>2025-02-01 12:23:14 -0600
commitda82eeff92426f0ab5753ab83bb19dc0ba5b3256 (patch)
tree137e6df1e80b748120692f67b6b552e13ef8ae76
parent47bb2ae6e0a9b3c4a25e4ec5297bc766390ad94c (diff)
oops
-rw-r--r--applyPatch.go2
-rw-r--r--argv.go1
-rw-r--r--argvAutoshell.go1
-rw-r--r--doCheckout.go1
-rw-r--r--doClean.go1
-rw-r--r--doCommit.go1
-rw-r--r--doConfig.go1
-rw-r--r--doDirty.go2
-rw-r--r--doExamine.go2
-rw-r--r--doGui.go2
-rw-r--r--doPatch.go1
-rw-r--r--doPull.go1
-rw-r--r--doVerifyDevel.go1
-rw-r--r--doVerifyUser.go1
-rw-r--r--exit.go1
-rw-r--r--find.go1
-rw-r--r--main.go2
-rw-r--r--structs.go1
-rw-r--r--windowForgePatchsets.go1
-rw-r--r--windowPatchset.go1
-rw-r--r--windowRepos.go1
-rw-r--r--windowViewRepoPatches.go1
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 (
diff --git a/argv.go b/argv.go
index 8386282..7b5f7fd 100644
--- a/argv.go
+++ b/argv.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/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 (
diff --git a/doClean.go b/doClean.go
index e0d5744..240b9be 100644
--- a/doClean.go
+++ b/doClean.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/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 (
diff --git a/doDirty.go b/doDirty.go
index d660373..e5a2481 100644
--- a/doDirty.go
+++ b/doDirty.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 (
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 (
diff --git a/doGui.go b/doGui.go
index a3d5595..6c02ed9 100644
--- a/doGui.go
+++ b/doGui.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
// An app to submit patches for the 30 GO GUI repos
diff --git a/doPatch.go b/doPatch.go
index a735b88..f6837ea 100644
--- a/doPatch.go
+++ b/doPatch.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/doPull.go b/doPull.go
index f0bb297..0725ba3 100644
--- a/doPull.go
+++ b/doPull.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/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 (
diff --git a/exit.go b/exit.go
index d61fdcc..11e78ed 100644
--- a/exit.go
+++ b/exit.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/find.go b/find.go
index 63167b8..ca1d4c1 100644
--- a/find.go
+++ b/find.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/main.go b/main.go
index 652d9a4..a47f4a8 100644
--- a/main.go
+++ b/main.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
// An app to submit patches for the 30 GO GUI repos
diff --git a/structs.go b/structs.go
index e074138..53136ee 100644
--- a/structs.go
+++ b/structs.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/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 (