Skip to content

Commit

Permalink
🎨 add package comments
Browse files Browse the repository at this point in the history
  • Loading branch information
juanhuttemann committed Aug 11, 2020
1 parent 25929be commit 50563bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions memdev.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//Package memdev
//A Go package that access to Memory Devices information.

package memdev

import (
Expand Down
3 changes: 3 additions & 0 deletions memdev_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//Package memdev
//A Go package that access to Memory Devices information.

package memdev

import "testing"
Expand Down
3 changes: 3 additions & 0 deletions utils.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//Package memdev
//A Go package that access to Memory Devices information.

package memdev

func formFactorType(ff int) string {
Expand Down

0 comments on commit 50563bb

Please sign in to comment.