diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-11 03:04:28 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-11 03:04:28 -0400 |
commit | b9d16fbfcc9032518cd464060276755a8d09caf4 (patch) | |
tree | df10df98ca987e3fbbb571c92e72aa65d5d9f774 /go.mod | |
parent | fb63b07e950004068bc883818f84c9ddbbb9be02 (diff) | |
download | getwtxt-b9d16fbfcc9032518cd464060276755a8d09caf4.tar.gz |
stubbed out handlers
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/go.mod b/go.mod deleted file mode 100644 index 5da3388..0000000 --- a/go.mod +++ /dev/null @@ -1,5 +0,0 @@ -module github.com/gbmor/getwtxt - -go 1.11 - -require github.com/gorilla/handlers v1.4.0 |