docs,domain: use import for custom domain for package, also GoDocs format info for package

Signed-off-by: deadprogram <ron@hybridgroup.com>
release
deadprogram 4 years ago committed by Ayke
parent 2d909712ee
commit 9647735fca

@ -0,0 +1,9 @@
// Package bluetooth provides a cross-platform Bluetooth module for Go
// that can be used on operating systems such as Linux, macOS, and Windows.
//
// It can also be used running "bare metal" on microcontrollers such as
// those produced by Nordic Semiconductor.
//
// This package can be use to create Bluetooth Low Energy centrals as well as peripherals.
//
package bluetooth // import "tinygo.org/x/bluetooth"
Loading…
Cancel
Save