Skip to content

Commit 48d00c5

Browse files
authored
Mention the code generator in the top level docs. (#273)
This change is mostly to make `edgeql-go` more discoverable on https://pkg.go.dev/github.com/edgedb/edgedb-go
1 parent b7f0b96 commit 48d00c5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
// See the License for the specific language governing permissions and
1515
// limitations under the License.
1616

17-
// Package edgedb is the official Go driver for [EdgeDB].
17+
// Package edgedb is the official Go driver for [EdgeDB]. Additionally,
18+
// [github.com/edgedb/edgedb-go/cmd/edgeql-go] is a code generator that generates go functions from edgeql
19+
// files.
1820
//
19-
// Typical usage looks like this:
21+
// Typical client usage looks like this:
2022
//
2123
// package main
2224
//

0 commit comments

Comments
 (0)