Become the leader if you meet the criteria
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Este repositorio está archivado. Puede ver los archivos y clonarlo, pero no puede subir cambios o reportar incidencias ni pedir Pull Requests.
|
- # ---> Go
- # Binaries for programs and plugins
- *.exe
- *.exe~
- *.dll
- *.so
- *.dylib
-
- # Test binary, build with `go test -c`
- *.test
-
- # Output of the go coverage tool, specifically when used with LiteIDE
- *.out
-
- # go mod checksum
- go.sum
-
- # build binary
- leadercraft-c
-
- # sqlite default db
- test.sqlite
|