diff options
-rw-r--r-- | svc/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/svc/README.md b/svc/README.md new file mode 100644 index 0000000..c0ede0e --- /dev/null +++ b/svc/README.md @@ -0,0 +1,8 @@ +# `getwtxt|svc` + +This is an internal package created for code organization +purposes. + +The file `getwtxt.go` in the parent directory calls +`svc.go::Start()`, which starts the registry server. + |