This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
poesty
/
rss2hook
biforcado de
mirrors/rss2hook
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Árvore:
8494f5af29
Ramos
Etiquetas
fix/ci
master
release-0.4
release-0.3
release-0.2
release-0.1
rss2hook
/
.github
/
run-tests.sh
run-tests.sh
72 B
Histórico
Em bruto
1
2
3
4
5
6
7
#!/bin/sh
# init modules
go mod init
# Run golang tests
go test ./...