Skip to content

Commit

Permalink
test add gen
Browse files Browse the repository at this point in the history
  • Loading branch information
smith committed Apr 6, 2024
1 parent 4b211a2 commit 6f65331
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions db/gen/gen_cmd/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package main

import (
gentool "github.com/Brandon-lz/myopcua/db/gen"

Check failure on line 4 in db/gen/gen_cmd/main.go

View workflow job for this annotation

GitHub Actions / build

import "github.com/Brandon-lz/myopcua/db/gen" is a program, not an importable package
)


func main() {
gentool.RunGen("../query")
}

0 comments on commit 6f65331

Please sign in to comment.