diff --git a/_examples/simple/simple.go b/_examples/simple/simple.go new file mode 100644 index 0000000..2eb7796 --- /dev/null +++ b/_examples/simple/simple.go @@ -0,0 +1,9 @@ +// Copyright 2015 The go-python Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +// simple is a simple package. +package simple + +// Func is a simple func +func Func() {}