ソースを参照

change procedure path name

master
Patrick Peng Sun 8年前
コミット
529345a45e
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      chatSession.go

+ 1
- 1
chatSession.go ファイルの表示

var sessionDir = "sessions" var sessionDir = "sessions"


//where to find the procedure state information //where to find the procedure state information
var ProcedureDir = "Procedure"
var ProcedureDir = "procedure"


//openIDSession openID user's session //openIDSession openID user's session
type openIDSession struct { type openIDSession struct {

読み込み中…
キャンセル
保存