rename go packages
This commit is contained in:
parent
1037a8de0d
commit
adef7b76c9
6 changed files with 9 additions and 9 deletions
|
|
@ -3,8 +3,8 @@ package server
|
|||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"github.com/nkanaev/yarr/storage"
|
||||
"github.com/nkanaev/yarr/assets"
|
||||
"github.com/nkanaev/yarr/src/storage"
|
||||
"github.com/nkanaev/yarr/src/assets"
|
||||
"html"
|
||||
"io/ioutil"
|
||||
"math"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue