Added basic routing

This commit is contained in:
Eduard Urbach 2023-07-09 12:42:33 +02:00
parent e90ca085c9
commit dd3f3280a0
Signed by: eduard
GPG key ID: 49226B848C78F6C8
5 changed files with 534 additions and 11 deletions

10
.gitignore vendored
View file

@ -1,10 +1,3 @@
# ---> Go.AllowList
# Allowlisting gitignore template for GO projects prevents us
# from adding various unwanted local files, such as generated
# files, developer configurations or IDE-specific files etc.
#
# Recommended: Go.AllowList.gitignore
# Ignore everything
*
@ -18,8 +11,5 @@
!README.md
!LICENSE
# !Makefile
# ...even if they are in subdirectories
!*/