1
0
Fork 0
mirror of https://github.com/imjasonh/appengine-value synced 2026-07-06 22:12:22 +00:00

add appengine build tag

This commit is contained in:
Jason Hall 2014-05-13 15:14:51 -04:00
parent 69deb0fdf2
commit dc56ef4b4a

View file

@ -1,3 +1,5 @@
// +build appengine
// Package secrets provides a utility method to retrieve secret strings in an
// App Engine app, so they can be stored in the datastore instead of in source.
//