mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-18 17:48:00 +08:00
chore!(all): update go import path
BREAKING CHANGE: use github.com/mindoc-org/mindoc as import path
This commit is contained in:
@@ -10,15 +10,16 @@ import (
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
"time"
|
||||
"os/exec"
|
||||
"errors"
|
||||
"os/exec"
|
||||
"time"
|
||||
|
||||
"github.com/lifei6671/mindoc/utils/filetil"
|
||||
"github.com/lifei6671/mindoc/utils/ziptil"
|
||||
"github.com/lifei6671/mindoc/utils/cryptil"
|
||||
"sync"
|
||||
"html"
|
||||
"sync"
|
||||
|
||||
"github.com/mindoc-org/mindoc/utils/cryptil"
|
||||
"github.com/mindoc-org/mindoc/utils/filetil"
|
||||
"github.com/mindoc-org/mindoc/utils/ziptil"
|
||||
)
|
||||
|
||||
type Converter struct {
|
||||
|
Reference in New Issue
Block a user