diff options
author | 2022-08-03 19:38:48 -0700 | |
---|---|---|
committer | 2022-08-03 19:38:48 -0700 | |
commit | b26ffd01b821047b692e5235e4f7f4f8f535f432 (patch) | |
tree | 3c25cd773ff968e52219ab2d52a42670ebca1b73 /golang/scraper/main.go | |
parent | 779eeb8dc8ea25779ec3635fdb12c5c79966bdd8 (diff) | |
download | touchpad-b26ffd01b821047b692e5235e4f7f4f8f535f432.tar.gz touchpad-b26ffd01b821047b692e5235e4f7f4f8f535f432.tar.zst touchpad-b26ffd01b821047b692e5235e4f7f4f8f535f432.zip |
Refactor proto go generation to fix dep issues
Diffstat (limited to 'golang/scraper/main.go')
-rw-r--r-- | golang/scraper/main.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/golang/scraper/main.go b/golang/scraper/main.go new file mode 100644 index 0000000..da29a2c --- /dev/null +++ b/golang/scraper/main.go @@ -0,0 +1,4 @@ +package main + +func main() { +} |