Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sfomuseumbot committed Dec 13, 2024
1 parent d913207 commit be7a2a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cmd/wof-sql-index/main.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
package main

// This tool does NOT load any `database/sql` drivers. It is provided as an example of code that might do so (load `database/sql` drivers) and use the `app/sql/index` package to index database records.

import (
"context"
"log"

"github.com/whosonfirst/go-whosonfirst-database/app/sql/index"
)

func main() {

ctx := context.Background()
err := index.Run(ctx)

Expand Down

0 comments on commit be7a2a8

Please sign in to comment.