comparison cmd_donwload.go @ 11:e7d9f63d969c

move repository
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 31 Mar 2020 19:15:18 +0900
parents b6a2d89b06e7
children bac5eb544d4d
comparison
equal deleted inserted replaced
10:b6a2d89b06e7 11:e7d9f63d969c
3 import ( 3 import (
4 "context" 4 "context"
5 "fmt" 5 "fmt"
6 "io" 6 "io"
7 7
8 "ie.u-ryukyu.ac.jp/hg/y19/index.cgi/home/hg/y19/k198584/Tools/lectable/syllabus" 8 "www.cr.ie.u-ryukyu.ac.jp/hg/Members/anatofuz/lectable/syllabus"
9 ) 9 )
10 10
11 type cmdDownload struct{} 11 type cmdDownload struct{}
12 12
13 func (cd *cmdDownload) name() string { 13 func (cd *cmdDownload) name() string {