From b55c71e13b32de67d8b5f9b4c050559e98fa6130 Mon Sep 17 00:00:00 2001 From: Franco Liberali Date: Tue, 2 Jan 2024 00:09:19 -0300 Subject: [PATCH] fix cql-gen install command (#41) --- docs/cql/query.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cql/query.rst b/docs/cql/query.rst index c8e341a..736ca1b 100644 --- a/docs/cql/query.rst +++ b/docs/cql/query.rst @@ -65,7 +65,7 @@ The generation of conditions is done with cql-gen. For this, we need to install .. code-block:: bash - go install github.com/FrancoLiberali/cql/cql-gen + go install github.com/FrancoLiberali/cql/cql-gen@latest Then, inside our project we will have to create a package called conditions (or another name if you wish) and inside it a file with the following content: