summaryrefslogtreecommitdiff
path: root/.idea/go.imports.xml
diff options
context:
space:
mode:
authoralex <[email protected]>2026-07-27 23:55:14 +0200
committeralex <[email protected]>2026-07-27 23:55:14 +0200
commit3038483c570af7b923dda39e857b9cab8f89e5dd (patch)
tree62df1d164f8364d02d5bb811f4ac95b20a77654e /.idea/go.imports.xml
downloadsearch-engine-3038483c570af7b923dda39e857b9cab8f89e5dd.tar.xz
search-engine-3038483c570af7b923dda39e857b9cab8f89e5dd.zip
init commit, basic tokenizing and indexing logic without any ranking of results on a simple wikipedia dump
Diffstat (limited to '.idea/go.imports.xml')
-rw-r--r--.idea/go.imports.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.idea/go.imports.xml b/.idea/go.imports.xml
new file mode 100644
index 0000000..644cdf0
--- /dev/null
+++ b/.idea/go.imports.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="GoImports">
+ <option name="excludedPackages">
+ <array>
+ <option value="golang.org/x/net/context" />
+ </array>
+ </option>
+ </component>
+</project> \ No newline at end of file