add vanity url code

This commit is contained in:
Asim Aslam
2021-09-14 14:31:31 +01:00
parent 0fe1baa576
commit 8b37b56cb3
8 changed files with 958 additions and 0 deletions

10
cmd/m3o-go-url/go.mod Normal file
View File

@@ -0,0 +1,10 @@
module github.com/m3o-go/cmd/m3o-go-url
go 1.13
require (
github.com/golang/protobuf v1.3.3 // indirect
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
google.golang.org/appengine v1.6.5
gopkg.in/yaml.v2 v2.2.8
)