1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/staugur-rtfd

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
main.go 760
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Hiroshi.tao Отправлено 09.04.2021 16:42 363cd1a
/*
Copyright 2021 Hiroshi.tao
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package main
import (
"log"
_ "tcw.im/rtfd/assets"
"tcw.im/rtfd/cmd"
)
func init() {
log.SetFlags(log.LstdFlags | log.Lshortfile)
}
func main() {
cmd.Execute()
}
1
https://api.gitlife.ru/oschina-mirror/staugur-rtfd.git
git@api.gitlife.ru:oschina-mirror/staugur-rtfd.git
oschina-mirror
staugur-rtfd
staugur-rtfd
master