mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-08 22:31:04 +00:00
Package level comments
This commit is contained in:
parent
adbd0b1834
commit
ba58e95f6b
2
beacon/doc.go
Normal file
2
beacon/doc.go
Normal file
@ -0,0 +1,2 @@
|
||||
// Package beacon implements an UDP broadcast beacon
|
||||
package beacon
|
@ -1,3 +1,4 @@
|
||||
// Package config implements reading and writing of the syncthing configuration file.
|
||||
package config
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,4 @@
|
||||
// Package lamport implements a simple Lamport Clock for versioning
|
||||
package lamport
|
||||
|
||||
import "sync"
|
||||
|
@ -1,3 +1,4 @@
|
||||
// Package logger implements a standardized logger with callback functionality
|
||||
package logger
|
||||
|
||||
import (
|
||||
|
2
model/doc.go
Normal file
2
model/doc.go
Normal file
@ -0,0 +1,2 @@
|
||||
// Package model implements repository abstraction and file pulling mechanisms
|
||||
package model
|
Loading…
Reference in New Issue
Block a user