10 lines
444 B
Go
10 lines
444 B
Go
|
// Copyright 2018 The BILLI Live Engineer. All rights reserved.
|
||
|
// Use of this source code is governed by a BSD-style
|
||
|
// license that can be found in the LICENSE file.
|
||
|
|
||
|
// Package v1 为粉版App、直播App端提供卡片聚合接口,展示直播首页、关注二级页信息
|
||
|
// 关注模块文档 http://info.bilibili.co/display/live/APP+5.34
|
||
|
// 首页模块文档 http://info.bilibili.co/pages/viewpage.action?pageId=11546573
|
||
|
//
|
||
|
package v1
|