1 Star 0 Fork 0

Talbot / rpv1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tutorial-consts.go 605 Bytes
一键复制 编辑 原始数据 按行查看 历史
gitccc 提交于 2022-10-25 00:21 . init2
// Code generated by Thrift Compiler (0.17.0). DO NOT EDIT.
package tutorial
import (
"bytes"
"context"
"errors"
"fmt"
"time"
thrift "github.com/apache/thrift/lib/go/thrift"
"gitee.com/rp99/rpv1/shared"
)
// (needed to ensure safety because of naive import list construction.)
var _ = thrift.ZERO
var _ = fmt.Printf
var _ = errors.New
var _ = context.Background
var _ = time.Now
var _ = bytes.Equal
var _ = shared.GoUnusedProtection__
const INT32CONSTANT = 9853
var MAPCONSTANT map[string]string
func init() {
MAPCONSTANT = map[string]string{
"goodnight": "moon",
"hello": "world",
}
}
Go
1
https://gitee.com/rp99/rpv1.git
git@gitee.com:rp99/rpv1.git
rp99
rpv1
rpv1
v0.0.2

搜索帮助