mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-20 16:45:56 +08:00
Rename packages
This commit is contained in:
parent
b37e4abb2a
commit
f6f3a7f537
89 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ package main
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/teivah/100-go-mistakes/2-code-project-organization/3-init-functions/redis"
|
||||
"github.com/teivah/100-go-mistakes/02-code-project-organization/3-init-functions/redis"
|
||||
)
|
||||
|
||||
func init() {
|
||||
Loading…
Reference in a new issue