Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
EggPlanet
/
egg_app
Tarkkaile
3
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Toiminta
蛋蛋星球-客户端
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.
55
Commitit
1
Haara
5.4 MiB
Go
91.2%
Protocol Buffer
4.8%
HTML
3.2%
Shell
0.3%
Dockerfile
0.2%
Other
0.2%
Puu:
9282b620b9
master
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from '9282b620b9'
${ noResults }
egg_app
/
app
/
cfg
/
init_cache.go
10 rivejä
99 B
Raaka
Blame
Historia
package cfg
import (
"applet/app/utils/cache"
)
func InitCache() {
cache.NewRedis(RedisAddr)
}