Make package unique (vvin)

This commit is contained in:
Evan 2023-10-16 09:51:11 -04:00
parent 8d44ba85b4
commit 021e575713
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
package main
package vvin
import (
"errors"

View File

@ -1,4 +1,4 @@
package main
package vvin
type minCmd struct {
Restore bool `cli:"restore,r"`

View File

@ -1,4 +1,4 @@
package main
package vvin
import (
"errors"

View File

@ -1,4 +1,4 @@
package main
package vvin
type topmostCmd struct {
Restore bool `cli:"restore,r"`

View File

@ -1,4 +1,4 @@
package main
package vvin
import (
"context"

View File

@ -1,4 +1,4 @@
package main
package vvin
import (
"errors"