pehpeh API server in golang
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

.gitignore 276B

4 lat temu
1234567891011121314151617181920212223
  1. # ---> Go
  2. # Binaries for programs and plugins
  3. *.exe
  4. *.exe~
  5. *.dll
  6. *.so
  7. *.dylib
  8. # Test binary, build with `go test -c`
  9. *.test
  10. # Output of the go coverage tool, specifically when used with LiteIDE
  11. *.out
  12. # Module artifacts
  13. go.sum
  14. # ---> app
  15. # Main output
  16. api
  17. # CI
  18. .drone.yml