diff --git a/main.go b/goeql.go similarity index 99% rename from main.go rename to goeql.go index 58b20c0..2ba1a71 100644 --- a/main.go +++ b/goeql.go @@ -1,4 +1,4 @@ -package main +package goeql // goeql is a collection of helpers for serializing and deserializing values // into the shape EQL and the CipherStash Proxy needs to enable encryption and diff --git a/main_test.go b/goeql_test.go similarity index 99% rename from main_test.go rename to goeql_test.go index f3a16c1..7dcba21 100644 --- a/main_test.go +++ b/goeql_test.go @@ -1,4 +1,4 @@ -package main +package goeql import ( "encoding/json"