瀏覽代碼

change procedure path name

master
Patrick Peng Sun 8 年之前
父節點
當前提交
529345a45e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      chatSession.go

+ 1
- 1
chatSession.go 查看文件

@@ -26,7 +26,7 @@ import (
var sessionDir = "sessions"

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

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

Loading…
取消
儲存