Browse Source

Fix module doc for pkg.go.dev

Jonathan D. Storm 1 year ago
parent
commit
8dc0b32cf5
1 changed files with 5 additions and 4 deletions
  1. 5 4
      depager.go

+ 5 - 4
depager.go

@@ -1,8 +1,9 @@
 /*
 /*
-This Source Code Form is subject to the terms of the Mozilla Public
-License, v. 2.0. If a copy of the MPL was not distributed with this
-file, You can obtain one at https://mozilla.org/MPL/2.0/.
-*/
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at https://mozilla.org/MPL/2.0/.
+ */
+
 package depager
 package depager
 
 
 import (
 import (