This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
EggPlanet
/
egg_app
Прати
3
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
蛋蛋星球-客户端
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60
Комити
1
Грана
6.5 MiB
Go
93.5%
HTML
5.2%
Shell
0.4%
Dockerfile
0.3%
Batchfile
0.3%
Other
0.2%
Дрво:
da6805ad9d
master
Гране
Ознаке
${ item.name }
Create branch
${ searchTerm }
from 'da6805ad9d'
${ noResults }
egg_app
/
app
/
cfg
/
init_cache.go
10 lines
99 B
Датотека
Blame
Историја
package cfg
import (
"applet/app/utils/cache"
)
func InitCache() {
cache.NewRedis(RedisAddr)
}