Browse Source

Added package synonyms

dependabot/npm_and_yarn/web/prismjs-1.21.0
Max Schmitt 8 years ago
parent
commit
7f15943cb4
  1. 1
      handlers/handlers.go
  2. 1
      store/store.go

1
handlers/handlers.go

@ -1,3 +1,4 @@
// Package handlers provides the http functionality
package handlers
import (

1
store/store.go

@ -1,3 +1,4 @@
// Package store provides support to intergate with the entries easily
package store
import (

Loading…
Cancel
Save