Skip to content

Commit

Permalink
feat: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinbrewer committed Oct 21, 2024
1 parent f4a29d6 commit 3765997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go → goeql.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion main_test.go → goeql_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package goeql

import (
"encoding/json"
Expand Down

0 comments on commit 3765997

Please sign in to comment.