More v2 stuff

This commit is contained in:
Unknown
2018-07-25 14:28:43 -04:00
parent e61f555c39
commit 74515adb34
4 changed files with 5 additions and 4 deletions

2
doc.go
View File

@@ -1,3 +1,5 @@
//go:generate sh -c "godoc2md -template ./.doc.template github.com/sbrow/ps/v2 > README.md"
// Package ps is a rudimentary API between Adobe Photoshop CS5 and Golang.
// The interaction between the two is implemented using Javascript/VBScript.
//