f9af3b6ee4
* initial commit for PUT request authorization * inital auth for put request * auth. request working for all req * deleted library * removed .db files * work in progress for modifying test suite to accomodate credentials * modified tests * gofmt, fixed code based on suggestions; test passed * gofmt again * merged nat's update on pointers, passed tests, cleanup from git rebase * fixed fmt * fixed fmt on tests * work in progress * reduced code * fixed naming conventions * added line in code * fixed server bug, merged new code to server, added env * fixed linter; getting cright issues on piecestore * added comments for what passes on the creds
23 lines
264 B
Plaintext
23 lines
264 B
Plaintext
# Mac OS X files
|
|
.DS_Store
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.db
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# VSCode
|
|
/.vscode
|
|
debug
|
|
|
|
# Jetbrains
|
|
.idea/*
|