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 (
|
||||
"errors"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package vvin
|
||||
|
||||
type minCmd struct {
|
||||
Restore bool `cli:"restore,r"`
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package vvin
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package vvin
|
||||
|
||||
type topmostCmd struct {
|
||||
Restore bool `cli:"restore,r"`
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package vvin
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
|
2
vvin.go
2
vvin.go
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package vvin
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
|
Loading…
Reference in a new issue