Skip to content

Commit 760f6ce

Browse files
committed
1 parent 0fbcfa9 commit 760f6ce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

os/os.module.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
package os
2-
31
// Copyright 2022 The go-python Authors. All rights reserved.
42
// Use of this source code is governed by a BSD-style
53
// license that can be found in the LICENSE file.
64

5+
// OS Module
6+
7+
package os
8+
79
import (
810
"os"
911
"os/exec"

0 commit comments

Comments
 (0)