docs: adds package description to the stdlib Index

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-06-23 11:05:58 +02:00
parent 29ace62b72
commit af82c2c910
6 changed files with 34 additions and 27 deletions

View File

@@ -1,3 +1,4 @@
// Dagger core types
package dagger
import (

View File

@@ -1,3 +1,4 @@
// OS operations
package os
import (