瀏覽代碼

add t and W

tags/v1.0.0
John Ko 9 年之前
父節點
當前提交
8b752b2d73
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. +3
    -2
      transfersh-server/codec.go

+ 3
- 2
transfersh-server/codec.go 查看文件

@@ -1,7 +1,8 @@
/*
https://github.com/fs111/kurz.go/blob/master/src/codec.go

Copyright (c) 2011 André Kelpe
Originally written and Copyright (c) 2011 André Kelpe
Modifications Copyright (c) 2015 John Ko

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
@@ -30,7 +31,7 @@ import (

const (
// characters used for short-urls
SYMBOLS = "0123456789abcdefghijklmnopqrsuvwxyzABCDEFGHIJKLMNOPQRSTUVXYZ"
SYMBOLS = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"

// someone set us up the bomb !!
BASE = int64(len(SYMBOLS))


Loading…
取消
儲存