Skip to content

Commit b6b1103

Browse files
committed
more doc strings to fullfill the go docs
1 parent 387425e commit b6b1103

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

devc.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
devc: Containers for Developers (Container as a Directory)!
3+
(command line utility)
4+
5+
Offers developers a user-friendly interface for constructing applications
6+
using containers! Generate reusable usable virtual environments from
7+
Containerfiles or container images, activate them, engage in development,
8+
implement changes, and reuse seamlessly
9+
*/
110
package main
211

312
import (

0 commit comments

Comments
 (0)