This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
poesty
/
rss2hook
fork de
mirrors/rss2hook
Observar
1
Favorito
0
Fork
0
Arquivos
Tree:
8494f5af29
Branches
Tags
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
Raw
1
2
3
4
5
6
7
#!/bin/sh
# init modules
go mod init
# Run golang tests
go test ./...