Make package unique (vvin)
This commit is contained in:
parent
8d44ba85b4
commit
021e575713
6 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
package main
|
package vvin
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package main
|
package vvin
|
||||||
|
|
||||||
type minCmd struct {
|
type minCmd struct {
|
||||||
Restore bool `cli:"restore,r"`
|
Restore bool `cli:"restore,r"`
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package main
|
package vvin
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package main
|
package vvin
|
||||||
|
|
||||||
type topmostCmd struct {
|
type topmostCmd struct {
|
||||||
Restore bool `cli:"restore,r"`
|
Restore bool `cli:"restore,r"`
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package main
|
package vvin
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
2
vvin.go
2
vvin.go
|
@ -1,4 +1,4 @@
|
||||||
package main
|
package vvin
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
|
|
Loading…
Reference in a new issue