文件名称:shortify:一个用 Go 编写的简单的 URL 缩短器应用程序
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-26 17:13:57
Go
缩短 一个用 Go 编写的简单的 URL 缩短器应用程序。 入门 前往并下载shortify可执行文件。 从源头构建 git clone https://github.com/shortify/shortify.git script/build 配置 为了运行 shortify,您需要创建一个名为shortify.gcfg的配置文件。 这个文件必须放在可执行文件旁边。 以下是典型配置文件的示例: [database] provider = mysql dataSource = tcp://localhost:3306*mydb/myuser/mypassword [settings] ; alphanumeric without abiguous characters alphabet = 23456789abcdefghijkmnpqrstuvwxyzABCDEFGHJKLMNP
【文件预览】:
shortify-master
----.gitignore(5B)
----README.md(4KB)
----examples()
--------postgres.gcfg(211B)
--------mysql.gcfg(184B)
--------sqlite3.gcfg(174B)
----LICENSE(1KB)
----app()
--------database_test.go(627B)
--------encode_test.go(465B)
--------handlers_test.go(5KB)
--------redirect.go(1KB)
--------encode.go(469B)
--------handlers.go(2KB)
--------cli_test.go(1KB)
--------model_test.go(478B)
--------router.go(1KB)
--------cli.go(2KB)
--------config.go(1KB)
--------model.go(204B)
--------user.go(2KB)
--------user_test.go(2KB)
--------database.go(2KB)
--------config_test.go(2KB)
--------redirect_test.go(2KB)
----shortify.go(387B)
----script()
--------bootstrap(84B)
--------test(44B)
--------build(188B)
----.travis.yml(26B)