From e4f0fba5b8548b30a2477d5bddfd4e8624d68b32 Mon Sep 17 00:00:00 2001 From: Fionera Date: Sat, 23 Sep 2023 01:20:51 +0200 Subject: [PATCH] Initial commit --- .gitignore | 2 ++ README.md | 3 +++ go.mod | 1 + 3 files changed, 6 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 go.mod diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..29b636a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea +*.iml \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..15a6c25 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Client-Validation + +A validator to ensure your clients are real browsers. \ No newline at end of file diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..cfd96f6 --- /dev/null +++ b/go.mod @@ -0,0 +1 @@ +module github.com/fionera/berghain