Skip to content

Commit

Permalink
Refactored the code to remove map[string]interface
Browse files Browse the repository at this point in the history
- Changed some variable names
- Added http status codes to the applicable errors
- The licence does not need to reflect the years with copyrightable changes (so reverted back to 2023 only)
- Struct types do not need to be public
- Changed some variable names to avoid confusion with struct types
  • Loading branch information
RLado committed Apr 14, 2024
1 parent 48551a0 commit 14e386e
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 141 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023-2024 Ricard Lado
Copyright (c) 2023 Ricard Lado

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 14e386e

Please sign in to comment.