.

Gerasimos (Makis) Maropoulos 2019-07-04 06:10:29 +03:00
parent f788af4d56
commit 21cf8efdd2
No known key found for this signature in database
GPG Key ID: F169457BBDA4ACF4

@ -65,7 +65,7 @@ Navigate to your program directory, that the `./assets` subdirectory exists and
$ go-bindata ./assets/...
```
The above creates a genereated go file which contains three main functions: `Asset`, `AssetInfo` and `AssetNames`. Use them on the `DirOptions`:
The above creates a generated go file which contains three main functions: `Asset`, `AssetInfo` and `AssetNames`. Use them on the `DirOptions`:
```go
// [app := iris.New...]