package
2.1.0+incompatible
Repository: https://github.com/vincent87720/trc.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
getSyllabusVideo 從學校網站抓取數位課綱影片連結.
No description provided by the author
mergeSyllabusVideo 合併數位課綱紀錄表內可合併的內容.
MergeSyllabusVideoDataByList 使用教師名單合併數位課綱資料 Goroutine interface for GUI For example: var inputFile file var outputFile file var teacherFile file
inputFile.setFile("Your file path", "Your file name", "Your sheet name") outputFile.setFile("Your file path", "Your file name", "Your sheet name") teacherFile.setFile(teacherPathXi[1], teacherPathXi[2], fi.TeacherSheet)
errChan := make(chan error, 2) exitChan := make(chan string, 2) defer close(errChan) defer close(exitChan)
go MergeSyllabusVideoDataByList(errChan, exitChan, inputFile, outputFile, teacherFile)
Loop: for { select { case err := <-errChan: logging.Error.Printf("%+v\n", err) case <-exitChan: break Loop } }.