Skip to content
Snippets Groups Projects
Commit 6a34b021 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

Update README.md

parent e8007b59
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ It supports: ...@@ -15,7 +15,7 @@ It supports:
## Installation ## Installation
```shell ```shell
go get gitlab.schukai.com/oss/libraries/go/network/xflags go get gitlab.schukai.com/oss/libraries/go/application/xflags
``` ```
**Note:** This library uses [Go Modules](https://github.com/golang/go/wiki/Modules) to manage dependencies. **Note:** This library uses [Go Modules](https://github.com/golang/go/wiki/Modules) to manage dependencies.
...@@ -33,7 +33,7 @@ package main ...@@ -33,7 +33,7 @@ package main
import ( import (
"fmt" "fmt"
"os" "os"
"gitlab.schukai.com/oss/libraries/go/network/xflags" "gitlab.schukai.com/oss/libraries/go/application/xflags"
) )
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment