Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop PoC (Go) implementation #8

Merged
merged 2 commits into from
Nov 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 8 additions & 24 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,10 @@
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# Test binary, built with `go test -c`
*.test
# These are backup files generated by rustfmt
**/*.rs.bk

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/

# Go workspace file
go.work


# Added by cargo

/target
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
16 changes: 0 additions & 16 deletions go.mod

This file was deleted.

18 changes: 0 additions & 18 deletions go.sum

This file was deleted.

63 changes: 0 additions & 63 deletions main.go

This file was deleted.

69 changes: 0 additions & 69 deletions main_test.go

This file was deleted.

62 changes: 0 additions & 62 deletions pkg/config/config.go

This file was deleted.

130 changes: 0 additions & 130 deletions pkg/configurator/configurator.go

This file was deleted.

Loading