Skip to content

Commit

Permalink
docs: add missing package comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 15, 2017
1 parent 44f74f6 commit 5dd8403
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions http/static/static.go
@@ -1,3 +1,4 @@
// Package static provides static file serving with HTTP cache support.
package static

import (
Expand Down
1 change: 1 addition & 0 deletions internal/logs/parser/ast/ast.go
@@ -1,3 +1,4 @@
// Package ast provides the log query language abstract syntax tree.
package ast

import (
Expand Down
2 changes: 2 additions & 0 deletions platform/lambda/doc.go
@@ -0,0 +1,2 @@
// Package lambda implements the API Gateway & AWS Lambda platform.
package lambda
1 change: 1 addition & 0 deletions platform/platform.go
@@ -1,3 +1,4 @@
// Package platform provides the interfaces for platform integration.
package platform

import (
Expand Down

0 comments on commit 5dd8403

Please sign in to comment.