Put project modules under pkg directory
This commit is contained in:
parent
f4684be37d
commit
e1516e450b
13 changed files with 7 additions and 7 deletions
|
|
@ -1,9 +1,9 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"cgnolink"
|
||||
"cgnolink/database"
|
||||
appserver "cgnolink/server"
|
||||
"cgnolink/pkg/cgnolink"
|
||||
"cgnolink/pkg/cgnolink/database"
|
||||
appserver "cgnolink/pkg/cgnolink/server"
|
||||
"github.com/rs/zerolog"
|
||||
"github.com/rs/zerolog/log"
|
||||
"os"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue