Skip to content

Commit

Permalink
deprecated old modules
Browse files Browse the repository at this point in the history
  • Loading branch information
RangelReale committed Jun 12, 2024
1 parent 1904eed commit 39ecbe0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ tasks:
internal: true
prompt: "Creating and pushing tag {{.VERSION}}. Are you sure?"
cmds:
- 'git tag sq/structargs/{{.VERSION}}'
- 'git tag sq/reflectxargs/{{.VERSION}}'
- 'git tag {{.VERSION}}'
- 'git push --tags'
requires:
Expand Down
4 changes: 4 additions & 0 deletions sq/reflectxargs/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Deprecated: use github.com/rrgmc/litsql/sq/argstruct instead.
module github.com/rrgmc/litsql/sq/reflectxargs

go 1.22.0
4 changes: 4 additions & 0 deletions sq/structargs/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Deprecated: use github.com/rrgmc/litsql/sq/argstruct instead.
module github.com/rrgmc/litsql/sq/structargs

go 1.22.0

0 comments on commit 39ecbe0

Please sign in to comment.