Mercurial > hg > Members > anatofuz > lectable
changeset 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 | e00b5301263a |
files | cmd/lectable/main.go cmd_donwload.go go.mod |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/cmd/lectable/main.go Tue Mar 31 16:32:53 2020 +0900 +++ b/cmd/lectable/main.go Tue Mar 31 19:15:18 2020 +0900 @@ -6,7 +6,7 @@ "log" "os" - "ie.u-ryukyu.ac.jp/hg/y19/index.cgi/home/hg/y19/k198584/Tools/lectable" + "www.cr.ie.u-ryukyu.ac.jp/hg/Members/anatofuz/lectable" ) func main() {
--- a/cmd_donwload.go Tue Mar 31 16:32:53 2020 +0900 +++ b/cmd_donwload.go Tue Mar 31 19:15:18 2020 +0900 @@ -5,7 +5,7 @@ "fmt" "io" - "ie.u-ryukyu.ac.jp/hg/y19/index.cgi/home/hg/y19/k198584/Tools/lectable/syllabus" + "www.cr.ie.u-ryukyu.ac.jp/hg/Members/anatofuz/lectable/syllabus" ) type cmdDownload struct{}