Skip to content

Commit

Permalink
Update netutil pakcage
Browse files Browse the repository at this point in the history
* Relocate `netutil` example
* Add README.md to run the example
  • Loading branch information
yunkon-kim committed Jan 10, 2024
1 parent 78bf735 commit 77fae45
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/examples/netutil/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## `netutil` example

Thia is an example of `netutil` package.
(see [netutil package](https://github.com/cloud-barista/cb-tumblebug/blob/main/src/core/common/netutil/netutil.go))

### How to execute this example

**Move to the example directory**

```bash
cd PROJECT_ROOT_DIR/src/examples/netutil
```

**Execute the example**

```bash
go run .
```
File renamed without changes.

0 comments on commit 77fae45

Please sign in to comment.