hic003cih / Golang

0 stars 0 forks source link

Golang SN轉換工具開發 #48

Open hic003cih opened 4 years ago

hic003cih commented 4 years ago

做一個Golang Server

把SN TXT檔上傳,輸出加上逗號(,)的SN TXT

先做本地字串拆解(OK)

在做一個Server

做Server上傳功能(OK) -> bug,上傳以後自動跳到upload頁面(待修復)

上傳後把檔案內的文字讀取拆解(OK)

把字串拆解和Server上傳合併