summaryrefslogtreecommitdiff
path: root/scan.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-03 00:33:17 -0600
committerJeff Carr <[email protected]>2024-12-03 00:33:17 -0600
commit659bed891bc1aff56bc87e2de663fb63d2b1b81a (patch)
treeef294fe40fb329edb4737148167da77f5d0663a8 /scan.go
parent10193b77f2e25cffaf37b7d3d287506a210d29ed (diff)
start making this tool useful
Diffstat (limited to 'scan.go')
-rw-r--r--scan.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/scan.go b/scan.go
new file mode 100644
index 0000000..cb1dcd0
--- /dev/null
+++ b/scan.go
@@ -0,0 +1,9 @@
+package main
+
+func scan() {
+ if !argv.Scan {
+ return
+ }
+ me.forge.ScanGoSrc()
+ list()
+}