File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -368,20 +368,6 @@ The included `enumflag.code-workspace` defines the following tasks:
368
368
- ** Run all tests with coverage** task: does what it says on the tin and runs
369
369
all tests with coverage.
370
370
371
- #### Aux Tasks
372
-
373
- - _ pksite service_ : auxiliary task to run ` pkgsite ` as a background service
374
- using ` scripts/pkgsite.sh ` . The script leverages browser-sync and nodemon to
375
- hot reload the Go module documentation on changes; many thanks to @mdaverde 's
376
- [ _ Build your Golang package docs
377
- locally_ ] ( https://mdaverde.com/posts/golang-local-docs ) for paving the way.
378
- ` scripts/pkgsite.sh ` adds automatic installation of ` pkgsite ` , as well as the
379
- ` browser-sync ` and ` nodemon ` npm packages for the local user.
380
- - _ view pkgsite_ : auxiliary task to open the VSCode-integrated "simple" browser
381
- and pass it the local URL to open in order to show the module documentation
382
- rendered by ` pkgsite ` . This requires a detour via a task input with ID
383
- "_ pkgsite_ ".
384
-
385
371
## Make Targets
386
372
387
373
- ` make ` : lists available targets.
You can’t perform that action at this time.
0 commit comments