Skip to content

Commit 170122a

Browse files
author
openset
committed
Add: doc
1 parent 5e05a22 commit 170122a

File tree

20 files changed

+22
-0
lines changed

20 files changed

+22
-0
lines changed

internal/base/base.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Package base provides base support.
12
package base
23

34
import (

internal/browser/browser.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Package browser support open a url in browser.
12
package browser
23

34
import (

internal/build/build.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Package build implements the command build.
12
package build
23

34
import (

internal/clean/clean.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Package clean implements the command clean.
12
package clean
23

34
import (

internal/client/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Package client provides support for http request.
12
package client
23

34
import (

internal/description/description.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Package description implements the command description.
12
package description
23

34
import (

internal/help/help.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Package help implements the command help.
12
package help
23

34
import (

internal/helper/helper.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Package helper implements the command helper.
12
package helper
23

34
import (

internal/kit/doc.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Package kit contain the predefined type.
2+
package kit

internal/leetcode/doc.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Package leetcode implements access to leetcode.com.
2+
package leetcode

0 commit comments

Comments
 (0)