This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
oscarleiva
/
energylink
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
6d874dd1f1
Ramos
Etiquetas
development
master
v1.0
energylink
/
vendor
/
github.com
/
aws
/
aws-sdk-go
/
aws
/
context_1_7.go
context_1_7.go
94 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
9
// +build go1.7
package aws
import "context"
var (
backgroundCtx = context.Background()
)