]> Git repositories of Izuru Yakumo - tokiko.git/commit
Mirrored from tokiko.git master
authorwww <www@94e4980c-5543-c340-89c2-09522f3c8cf0>
Sun, 29 Sep 2024 21:30:05 +0000 (21:30 +0000)
committerwww <www@94e4980c-5543-c340-89c2-09522f3c8cf0>
Sun, 29 Sep 2024 21:30:05 +0000 (21:30 +0000)
commitba91c04634a67b6fcfd1b704e6d342be57b7641b
treedb80fb09343cb212997cb6b3fca44d0d16a6c749
Mirrored from tokiko.git

git-svn-id: https://svn.chaotic.ninja/svn/tokiko-yakumo.izuru@1 94e4980c-5543-c340-89c2-09522f3c8cf0
112 files changed:
branches/master/LICENSE [new file with mode: 0644]
branches/master/Makefile [new file with mode: 0644]
branches/master/README.md [new file with mode: 0644]
branches/master/cmd/tokiko/main.go [new file with mode: 0644]
branches/master/example/tokiko.ini [new file with mode: 0644]
branches/master/go.mod [new file with mode: 0644]
branches/master/go.sum [new file with mode: 0644]
branches/master/gophermap [new file with mode: 0644]
branches/master/tokiko.1 [new file with mode: 0644]
branches/master/vendor/gopkg.in/ini.v1/.editorconfig [new file with mode: 0644]
branches/master/vendor/gopkg.in/ini.v1/.gitignore [new file with mode: 0644]
branches/master/vendor/gopkg.in/ini.v1/.golangci.yml [new file with mode: 0644]
branches/master/vendor/gopkg.in/ini.v1/LICENSE [new file with mode: 0644]
branches/master/vendor/gopkg.in/ini.v1/Makefile [new file with mode: 0644]
branches/master/vendor/gopkg.in/ini.v1/README.md [new file with mode: 0644]
branches/master/vendor/gopkg.in/ini.v1/codecov.yml [new file with mode: 0644]
branches/master/vendor/gopkg.in/ini.v1/data_source.go [new file with mode: 0644]
branches/master/vendor/gopkg.in/ini.v1/deprecated.go [new file with mode: 0644]
branches/master/vendor/gopkg.in/ini.v1/error.go [new file with mode: 0644]
branches/master/vendor/gopkg.in/ini.v1/file.go [new file with mode: 0644]
branches/master/vendor/gopkg.in/ini.v1/helper.go [new file with mode: 0644]
branches/master/vendor/gopkg.in/ini.v1/ini.go [new file with mode: 0644]
branches/master/vendor/gopkg.in/ini.v1/key.go [new file with mode: 0644]
branches/master/vendor/gopkg.in/ini.v1/parser.go [new file with mode: 0644]
branches/master/vendor/gopkg.in/ini.v1/section.go [new file with mode: 0644]
branches/master/vendor/gopkg.in/ini.v1/struct.go [new file with mode: 0644]
branches/master/vendor/modules.txt [new file with mode: 0644]
branches/master/version.go [new file with mode: 0644]
branches/origin-master/LICENSE [new file with mode: 0644]
branches/origin-master/Makefile [new file with mode: 0644]
branches/origin-master/README.md [new file with mode: 0644]
branches/origin-master/cmd/tokiko/main.go [new file with mode: 0644]
branches/origin-master/example/tokiko.ini [new file with mode: 0644]
branches/origin-master/go.mod [new file with mode: 0644]
branches/origin-master/go.sum [new file with mode: 0644]
branches/origin-master/gophermap [new file with mode: 0644]
branches/origin-master/tokiko.1 [new file with mode: 0644]
branches/origin-master/vendor/gopkg.in/ini.v1/.editorconfig [new file with mode: 0644]
branches/origin-master/vendor/gopkg.in/ini.v1/.gitignore [new file with mode: 0644]
branches/origin-master/vendor/gopkg.in/ini.v1/.golangci.yml [new file with mode: 0644]
branches/origin-master/vendor/gopkg.in/ini.v1/LICENSE [new file with mode: 0644]
branches/origin-master/vendor/gopkg.in/ini.v1/Makefile [new file with mode: 0644]
branches/origin-master/vendor/gopkg.in/ini.v1/README.md [new file with mode: 0644]
branches/origin-master/vendor/gopkg.in/ini.v1/codecov.yml [new file with mode: 0644]
branches/origin-master/vendor/gopkg.in/ini.v1/data_source.go [new file with mode: 0644]
branches/origin-master/vendor/gopkg.in/ini.v1/deprecated.go [new file with mode: 0644]
branches/origin-master/vendor/gopkg.in/ini.v1/error.go [new file with mode: 0644]
branches/origin-master/vendor/gopkg.in/ini.v1/file.go [new file with mode: 0644]
branches/origin-master/vendor/gopkg.in/ini.v1/helper.go [new file with mode: 0644]
branches/origin-master/vendor/gopkg.in/ini.v1/ini.go [new file with mode: 0644]
branches/origin-master/vendor/gopkg.in/ini.v1/key.go [new file with mode: 0644]
branches/origin-master/vendor/gopkg.in/ini.v1/parser.go [new file with mode: 0644]
branches/origin-master/vendor/gopkg.in/ini.v1/section.go [new file with mode: 0644]
branches/origin-master/vendor/gopkg.in/ini.v1/struct.go [new file with mode: 0644]
branches/origin-master/vendor/modules.txt [new file with mode: 0644]
branches/origin-master/version.go [new file with mode: 0644]
branches/origin/LICENSE [new file with mode: 0644]
branches/origin/Makefile [new file with mode: 0644]
branches/origin/README.md [new file with mode: 0644]
branches/origin/cmd/tokiko/main.go [new file with mode: 0644]
branches/origin/example/tokiko.ini [new file with mode: 0644]
branches/origin/go.mod [new file with mode: 0644]
branches/origin/go.sum [new file with mode: 0644]
branches/origin/gophermap [new file with mode: 0644]
branches/origin/tokiko.1 [new file with mode: 0644]
branches/origin/vendor/gopkg.in/ini.v1/.editorconfig [new file with mode: 0644]
branches/origin/vendor/gopkg.in/ini.v1/.gitignore [new file with mode: 0644]
branches/origin/vendor/gopkg.in/ini.v1/.golangci.yml [new file with mode: 0644]
branches/origin/vendor/gopkg.in/ini.v1/LICENSE [new file with mode: 0644]
branches/origin/vendor/gopkg.in/ini.v1/Makefile [new file with mode: 0644]
branches/origin/vendor/gopkg.in/ini.v1/README.md [new file with mode: 0644]
branches/origin/vendor/gopkg.in/ini.v1/codecov.yml [new file with mode: 0644]
branches/origin/vendor/gopkg.in/ini.v1/data_source.go [new file with mode: 0644]
branches/origin/vendor/gopkg.in/ini.v1/deprecated.go [new file with mode: 0644]
branches/origin/vendor/gopkg.in/ini.v1/error.go [new file with mode: 0644]
branches/origin/vendor/gopkg.in/ini.v1/file.go [new file with mode: 0644]
branches/origin/vendor/gopkg.in/ini.v1/helper.go [new file with mode: 0644]
branches/origin/vendor/gopkg.in/ini.v1/ini.go [new file with mode: 0644]
branches/origin/vendor/gopkg.in/ini.v1/key.go [new file with mode: 0644]
branches/origin/vendor/gopkg.in/ini.v1/parser.go [new file with mode: 0644]
branches/origin/vendor/gopkg.in/ini.v1/section.go [new file with mode: 0644]
branches/origin/vendor/gopkg.in/ini.v1/struct.go [new file with mode: 0644]
branches/origin/vendor/modules.txt [new file with mode: 0644]
branches/origin/version.go [new file with mode: 0644]
trunk/LICENSE [new file with mode: 0644]
trunk/Makefile [new file with mode: 0644]
trunk/README.md [new file with mode: 0644]
trunk/cmd/tokiko/main.go [new file with mode: 0644]
trunk/example/tokiko.ini [new file with mode: 0644]
trunk/go.mod [new file with mode: 0644]
trunk/go.sum [new file with mode: 0644]
trunk/gophermap [new file with mode: 0644]
trunk/tokiko.1 [new file with mode: 0644]
trunk/vendor/gopkg.in/ini.v1/.editorconfig [new file with mode: 0644]
trunk/vendor/gopkg.in/ini.v1/.gitignore [new file with mode: 0644]
trunk/vendor/gopkg.in/ini.v1/.golangci.yml [new file with mode: 0644]
trunk/vendor/gopkg.in/ini.v1/LICENSE [new file with mode: 0644]
trunk/vendor/gopkg.in/ini.v1/Makefile [new file with mode: 0644]
trunk/vendor/gopkg.in/ini.v1/README.md [new file with mode: 0644]
trunk/vendor/gopkg.in/ini.v1/codecov.yml [new file with mode: 0644]
trunk/vendor/gopkg.in/ini.v1/data_source.go [new file with mode: 0644]
trunk/vendor/gopkg.in/ini.v1/deprecated.go [new file with mode: 0644]
trunk/vendor/gopkg.in/ini.v1/error.go [new file with mode: 0644]
trunk/vendor/gopkg.in/ini.v1/file.go [new file with mode: 0644]
trunk/vendor/gopkg.in/ini.v1/helper.go [new file with mode: 0644]
trunk/vendor/gopkg.in/ini.v1/ini.go [new file with mode: 0644]
trunk/vendor/gopkg.in/ini.v1/key.go [new file with mode: 0644]
trunk/vendor/gopkg.in/ini.v1/parser.go [new file with mode: 0644]
trunk/vendor/gopkg.in/ini.v1/section.go [new file with mode: 0644]
trunk/vendor/gopkg.in/ini.v1/struct.go [new file with mode: 0644]
trunk/vendor/modules.txt [new file with mode: 0644]
trunk/version.go [new file with mode: 0644]